ASCII Characters

http://www.freeformatter.com/html-entities.html

Character Entity Name Entity Number Description
    Space
!   ! Exclamation mark
"   " Quotation mark
#   # Number sign
$   $ Dollar sign
%   % Percent sign
& & & Ampersand
  ' Apostrophe
(   ( Opening/Left Parenthesis
)   ) Closing/Right Parenthesis
*   * Asterisk
+   + Plus sign
,   , Comma
-   - Hyphen
.   . Period
/   / Slash
0   0 Digit 0
1   1 Digit 1
2   2 Digit 2
3   3 Digit 3
4   4 Digit 4
5   5 Digit 5
6   6 Digit 6
7   7 Digit 7
8   8 Digit 8
9   9 Digit 9
:   : Colon
;   ; Semicolon
< &lt; < Less-than
=   = Equals sign
> &gt; > Greater than
?   ? Question mark
@   @ At sign
A   A Uppercase A
B   B Uppercase B
C   C Uppercase C
D   D Uppercase D
E   E Uppercase E
F   F Uppercase F
G   G Uppercase G
H   H Uppercase H
I   I Uppercase I
J   J Uppercase J
K   K Uppercase K
L   L Uppercase L
M   M Uppercase M
N   N Uppercase N
O   O Uppercase O
P   P Uppercase P
Q   Q Uppercase Q
R   R Uppercase R
S   S Uppercase S
T   T Uppercase T
U   U Uppercase U
V   V Uppercase V
W   W Uppercase W
X   X Uppercase X
Y   Y Uppercase Y
Z   Z Uppercase Z
[   [ Opening/Left square bracket
\   \ Backslash
]   ] Closing/Right square bracket
^   ^ Caret
_   _ Underscore
`   ` Grave accent
a   a Lowercase a
b   b Lowercase b
c   c Lowercase c
d   d Lowercase d
e   e Lowercase e
f   f Lowercase f
g   g Lowercase g
h   h Lowercase h
i   i Lowercase i
j   j Lowercase j
k   k Lowercase k
l   l Lowercase l
m   m Lowercase m
n   n Lowercase n
o   o Lowercase o
p   p Lowercase p
q   q Lowercase q
r   r Lowercase r
s   s Lowercase s
t   t Lowercase t
u   u Lowercase u
v   v Lowercase v
w   w Lowercase w
x   x Lowercase x
y   y Lowercase y
z   z Lowercase z
{   { Opening/Left curly brace
|   | Vertical bar
}   } Closing/Right curly brace
~   ~ Tilde
时间: 2024-10-10 23:07:31

ASCII Characters的相关文章

ascii characters switch

ascii = {} ascii[' '] = ' ' ascii['!'] = '!' ascii['"'] = '\"' ascii['#'] = '#' ascii['$'] = '$' ascii['%'] = '%' ascii['&'] = '&' ascii['''] = '\'' ascii['('] = '(' ascii[')'] = ')' ascii['*'] = '*' ascii['+'] = '+' ascii[','] = ',' asc

ASCII 码对应表

Macron symbol ASCII CODE 238 : HTML entity : [ Home ][ español ] What is my IP address ? your public IP address is: 118.163.184.243 ASCII control characters 00NULL(Null character) 01SOH(Start of Header) 02STX(Start of Text) 03ETX(End of Text) 04EOT(E

ASCII Art

Conmajia, 2012 Updated on Feb. 18, 2018 What is ASCII art? It's graphic symbols formed by ASCII characters instead of colorful pixels. ASCII art is an old technique when the network was not that developed as today. Net bandwidth was so limited and ex

Adobe阅读器漏洞(adobe_cooltype_sing)学习研究

实验环境:Kali 2.0+Windows XP sp3+Adobe Reader 9.0.0 类别:缓冲区溢出 描述:这个漏洞针对Adobe阅读器9.3.4之前的版本,一个名为SING表对象中一个名为uniqueName的参数造成缓冲区溢出. 参考资料:<Metasploit魔鬼训练营>p286-p298 Adobe漏洞渗透过程: kali上使用windows/fileformat/adobe_cooltype_sing,载荷为windows/meterpreter/reverse_http

使用 Unicode 编码

面向公共语言运行库的应用程序使用编码将字符表示形式从本机字符方案(Unicode)映射为其他方案.应用程序使用解码将字符从非本机方案(非 Unicode)映射为本机方案.System.Text 命名空间提供了使您能够对字符进行编码和解码的类.System.Text 编码支持包括以下编码: Unicode UTF-32 编码 Unicode UTF-32 编码将 Unicode 字符表示为 32 位整数序列.您可以使用 UTF32Encoding 类在字符和 UTF-32 编码之间相互转换. Un

Python著名的lib和开发框架(均为转载)

第一,https://github.com/vinta/awesome-python Awesome Python A curated list of awesome Python frameworks, libraries, software and resources. Inspired by awesome-php. Awesome Python Admin Panels Algorithms and Design Patterns Anti-spam Asset Management A

The Portable Executable File Format from Top to Bottom(每个结构体都非常清楚)

The Portable Executable File Format from Top to Bottom Randy KathMicrosoft Developer Network Technology Group Created: June 12, 1993 Click to open or copy the files in the EXEVIEW sample application for this technical article. Click to open or copy t

python之旅2

python基础 1整数 查看整数类型的方法 >>> a = 1 >>> dir(a) ['__abs__', '__add__', '__and__', '__class__', '__cmp__', '__coerce__', '__delattr__', '__div__', '__divmod__', '__doc__', '__float__', '__floordiv__', '__format__', '__getattribute__', '__getn

POJ1941 The Sierpinski Fractal

Description Consider a regular triangular area, divide it into four equal triangles of half height and remove the one in the middle. Apply the same operation recursively to each of the three remaining triangles. If we repeated this procedure infinite