[tab:lex.charset.basic]

5 Lexical conventions [lex]

5.3 Characters [lex.char]

5.3.1 Character sets [lex.charset]

Table 1 — Basic character set [tab:lex.charset.basic]

character

glyph

U+0009

character tabulation

U+000b

line tabulation

U+000c

form feed

U+0020

space

U+000a

line feed

new-line

U+0021

exclamation mark

!

U+0022

quotation mark

"

U+0023

number sign

#

U+0024

dollar sign

$

U+0025

percent sign

%

U+0026

ampersand

&

U+0027

apostrophe

'

U+0028

left parenthesis

(

U+0029

right parenthesis

)

U+002a

asterisk

*

U+002b

plus sign

+

U+002c

comma

,

U+002d

hyphen-minus

-

U+002e

full stop

.

U+002f

solidus

/

U+0030 ..

U+0039

digit zero .. nine

0 1 2 3 4 5 6 7 8 9

U+003a

colon

:

U+003b

semicolon

;

U+003c

less-than sign

<

U+003d

equals sign

=

U+003e

greater-than sign

>

U+003f

question mark

?

U+0040

commercial at

@

U+0041 ..

U+005a

latin capital letter a .. z

A B C D E F G H I J K L M

N O P Q R S T U V W X Y Z

U+005b

left square bracket

[

U+005c

reverse solidus

\

U+005d

right square bracket

]

U+005e

circumflex accent

^

U+005f

low line

_

U+0060

grave accent

`

U+0061 ..

U+007a

latin small letter a .. z

a b c d e f g h i j k l m

n o p q r s t u v w x y z

U+007b

left curly bracket

{

U+007c

vertical line

|

U+007d

right curly bracket

}

U+007e

tilde

~