Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8652019
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:12:37+00:00 2026-06-12T14:12:37+00:00

I find that when I escape numbers that start from 0 to 7 and

  • 0

I find that when I escape numbers that start from 0 to 7 and alert them, I get a weird symbol:

alert( "\0" ); // or \1, \2, \3...\7

Weird character

This is only visible when I alert it, but document.write and console.log won’t show it. Escaping numbers greater than 7 will appear fine. I’m using the latest version of Chrome. Why am I getting this weird character? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T14:12:38+00:00Added an answer on June 12, 2026 at 2:12 pm

    How string literals are parsed in general is described in section 7.8.4.

    However, the behaviour you see is described in Annex B.1.2. This section is about octal escape sequences in older ES versions, which still seems to be supported. The resulting character is defined as follows:

    • The CV of OctalEscapeSequence :: OctalDigit [lookahead ∉ DecimalDigit] is the character whose code unit value is the MV of the OctalDigit.
    • The CV of OctalEscapeSequence :: ZeroToThree OctalDigit [lookahead ∉ DecimalDigit] is the character whose code unit value is (8 times the MV of the ZeroToThree) plus the MV of the OctalDigit.
    • The CV of OctalEscapeSequence :: FourToSeven OctalDigit is the character whose code unit value is (8 times the MV of the FourToSeven) plus the MV of the OctalDigit.
    • The CV of OctalEscapeSequence :: ZeroToThree OctalDigit OctalDigit is the character whose code unit value is (64 (that is, 82) times the MV of the ZeroToThree) plus (8 times the MV of the first OctalDigit) plus the MV of the second OctalDigit.

    \x (\xx, \xxx) is only interpreted as octal sequence if x is an octal digit, i.e. between 0 and 7.

    So, all the characters \0 – \7 are actually control characters. Higher values refer to other characters, for example \101 is A.

    I cannot tell you why alert is showing a strange character and the console does not show anything… that’s probably an implementation detail.


    Fun fact: Octal escape sequences are not allowed in strict mode.

    Fun fact #2: \0 is actually not an octal escape sequence and will still work in strict mode, since it has its own production rule (see section 7.8.4). OTHA, \00 is an octal sequence and will throw an error in strict mode.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

where can i find this class StringEscapeUtils that can automatically escape the characters instead
I find that my constructors are starting to look like this: public MyClass(Container con,
I'm trying to find a regex that works to match a string of escape
This looks like a common question among many but I am yet to find
I'm trying to use a regular expression to find all substrings that start with
There's a ton of questions about this particular exception but I couldn't find any
I find that, Windows 8 will be highly HTML5 + Javascript based Metro Application
I find that I'm repeating myself alot and that is of course no good.
I find that exports.index = (req, res) -> res.render index, title: Hello compiles to
I find that after running or debugging my application a few times using eclipse,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.