Char code value corresponding list Daquan

Source: Internet
Author: User

char ("0") is 0 characters
Char ("1")
Char ("2")
Char ("3")
Char ("4")
Char ("5")
Char ("6")
Char ("7") Bell
Char ("8") back lattice
Char ("9") tab (Horizontal tab)
Char ("10") line wrapping
Char ("One") tab (Vertical tab)
Char ("12") page break
Char ("13") Enter Chr (&CHR) (10) Carriage return and line break combination
Char ("14")
Char ("15")
Char ("16")
Char ("17")
Char ("18")
Char ("19")
Char ("20")
Char ("21")
Char ("22")
Char ("23")
Char ("24")
Char ("25")
Char ("26") ends end
Char ("27") break from Pause
Char ("28")
Char ("29")
Char ("30")
Char ("31")
Char ("32") spaces space
Char ("33")!
Char ("34") "
Char ("35") #
Char ("36") $
Char ("37")%
Char ("$") &
Char ("39") '
Char ("40") (
Char ("41"))
Char ("42") *
Char ("43") +
Char ("44"),
Char ("45")-
Char ("46").
Char ("47")/
Char ("48") 0
Char ("49") 1
Char ("50") 2
Char ("51") 3
Char ("52") 4
Char ("53") 5
Char ("54") 6
Char ("55") 7
Char ("56") 8
Char ("57") 9
Char ("58"):
Char ("59");
Char ("Max") <
Char ("61") =
Char ("the") >
Char ("63")?
Char ("64") @
Char ("All") A
Char ("$") B
Char ("" ") C
Char ("" ") D
Char ("C") E
Char ("+") F
Char ("+") G
Char ("the") H
Char ("I")
Char ("OK") J
Char ("page") K
Char ("OK") L
Char ("All") M
Char ("net") N
Char ("+") O
Char ("+") P
Char ("Bayi") Q
Char ("" ") R
Char ("the") S
Char ("Up") T
Char ("") U
Char ("+") V
Char ("the") W
Char ("X") ×
Char ("x") Y
Char ("All") Z
Char ("91") [
Char ("92") \
Char ("92") \
Char ("93")]
Char ("94") ^
Char ("95") _
Char ("96") '
Char ("" ") A
Char ("98") b
Char ("the") C
Char ("+") d
Char ("101") E
Char ("102") F
Char ("103") g
Char ("104") H
Char ("" ") I
Char ("106") J
Char ("107") K
Char ("108") L
Char ("109") m
Char ("+") n
Char ("111") O
Char ("" ") p
Char ("113") Q
Char ("the") r
Char ("+") s
Char ("the") t
Char ("117") u
Char ("118") v
Char ("119") W
Char ("+") x
Char ("121") y
Char ("122") Z
Char ("123") {
Char ("124") |
Char ("125")}
Char ("126") ~
Char ("127")
Char ("128") €
Char ("129")?
Char ("130") '
Char ("131") ƒ
Char ("132") "
Char ("133") ...
Any editor ALT + keypad number to see the effect
Example: Alt+10 release ALT to see the line break effect

You can actually read it in a loop.

for (int i = 0; i < 133; i++) {    char a = (char) i;    Console.WriteLine ("Char (" +i+ ")----" +a);}

for (int i = 0; i < 133; i++) {    char a = (char) i;    Console.WriteLine ("Char (" +i+ ")----" +a);}

  

Char code value corresponding list Daquan

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.