This function translates a number into a string with the corresponding character.

Syntax

Char (CharacterCode)

  • CharacterCode (Required) - Character Code to translate

Common list of Characters in Excel

Here is a common list of Characters in Excel. This Char list is created using the Char function.

Character Code

Character Name

Char Function

Char Symbol

13

Line break

=Char(13)

32

Space

=Char(32)

33

Exclamation mark

=Char(33)

!

34

Double quotes (or speech marks)

=Char(34)

"

35

Number

=Char(35)

36

Dollar

=Char(36)

$

37

Percent Sign

=Char(37)

%

38

Ampersand

=Char(38)

&

39

Single quote

=Char(39)

'

40

Open parenthesis (or open bracket)

=Char(40)

(

41

Close parenthesis (or close bracket

=Char(41)

)

42

Asterisk

=Char(42)

43

Plus

=Char(43)

44

Comma

=Char(44)

,

45

Hyphen

=Char(45)

46Period=Char(46).
47Slash=Char(47)/
48Zero=Char(48)0
49One=Char(49)1
50Two=Char(50)2
51Three=Char(51)3
52Four=Char(52)4
53Five=Char(53)5
54Six=Char(54)6
55Seven=Char(55)7
56Eight=Char(56)8
57Nine=Char(57)9
58Colon=Char(58):
59Semicolon=Char(59);
60Less than=Char(60)<
61Equals=Char(61)=
62Greater than=Char(62)>
63Question mark=Char(63)?
64At symbol=Char(64)@
176degree symbol=Char(176)°