SHIP:Data Types:CodepointRange:Keywords:Latin

From Serious Documentation
Jump to: navigation, search
Keyword Codepoints Description
Latin 0x0020..0x007E Adds Latin set of printable symbols, punctuation, and letters (first half of ASCII)

The CodepointRange of symbols in this set are equivalent to their corresponding ASCII symbol values.

Basic Latin Printable Symbol Set
Symbol Codepoint (hex) Description
  0x0020 Space
! 0x0021 Exclamation mark
" 0x0022 Quotation mark
# 0x0023 Number sign
$ 0x0024 Dollar sign
% 0x0025 Percent sign
& 0x0026 Ampersand
' 0x0027 Apostrophe
( 0x0028 Left parenthesis
) 0x0029 Right parenthesis
* 0x002A Asterisk
+ 0x002B Plus sign
, 0x002C Comma
- 0x002D Hyphen-minus
. 0x002E Full stop
/ 0x002F Slash
0 0x0030 Digit Zero
1 0x0031 Digit One
2 0x0032 Digit Two
3 0x0033 Digit Three
4 0x0034 Digit Four
5 0x0035 Digit Five
6 0x0036 Digit Six
7 0x0037 Digit Seven
8 0x0038 Digit Eight
9 0x0039 Digit Nine
: 0x003A Colon
; 0x003B Semicolon
< 0x003C Less-than sign
= 0x003D Equal sign
> 0x003E Greater-than sign
? 0x003F Question mark
@ 0x0040 At sign
A 0x0041 Capital letter A
B 0x0042 Capital letter B
C 0x0043 Capital letter C
D 0x0044 Capital letter D
E 0x0045 Capital letter E
F 0x0046 Capital letter F
G 0x0047 Capital letter G
H 0x0048 Capital letter H
I 0x0049 Capital letter I
J 0x004A Capital letter J
K 0x004B Capital letter K
L 0x004C Capital letter L
M 0x004D Capital letter M
N 0x004E Capital letter N
O 0x004F Capital letter O
P 0x0050 Capital letter P
Q 0x0051 Capital letter Q
R 0x0052 Capital letter R
S 0x0053 Capital letter S
T 0x0054 Capital letter T
U 0x0055 Capital letter U
V 0x0056 Capital letter V
W 0x0057 Capital letter W
X 0x0058 Capital letter X
Y 0x0059 Capital letter Y
Z 0x005A Capital letter Z
[ 0x005B Left Square Bracket
\ 0x005C Backslash
] 0x005D Right Square Bracket
^ 0x005E Circumflex accent
_ 0x005F Underscore
` 0x0060 Grave accent
a 0x0061 Small Letter A
b 0x0062 Small Letter B
c 0x0063 Small Letter C
d 0x0064 Small Letter D
e 0x0065 Small Letter E
f 0x0066 Small Letter F
g 0x0067 Small Letter G
h 0x0068 Small Letter H
i 0x0069 Small Letter I
j 0x006A Small Letter J
k 0x006B Small Letter K
l 0x006C Small Letter L
m 0x006D Small Letter M
n 0x006E Small Letter N
o 0x006F Small Letter O
p 0x0070 Small Letter P
q 0x0071 Small Letter Q
r 0x0072 Small Letter R
s 0x0073 Small Letter S
t 0x0074 Small Letter T
u 0x0075 Small Letter U
v 0x0076 Small Letter V
w 0x0077 Small Letter W
x 0x0078 Small Letter X
y 0x0079 Small Letter Y
z 0x007A Small Letter Z
{ 0x007B Left Curly Bracket
| 0x007C Vertical bar
} 0x007D Right Curly Bracket
~ 0x007E Tilde