ˆ

Technical information

Symbolˆ
NameCharacter tabulation set
Unicode numberU+0088
CategoryLatin-1 Supplement1. C1 controls
DescriptionThe Unicode character U+0088, is known as the "Character Tabulation Set". It belongs to the "C1 Controls and Latin-1 Supplement" block and falls under the "Control" category in the Unicode standard. This character is a control code used in computing, but it doesn't have a visual symbol or glyph associated with it and hence isn't typically displayed in text. The specific interpretation and usage of this character can depend on the system and application it's being used in.

Encoding

HTML Entityˆ
HTML Entity (hex)ˆ
URL Escape Code%26%23136%3B
UTF-8 (hex)0x26 0x23 0x31 0x33 0x36 0x3B
UTF-8 (binary)1001100010001100110001001100110011011000111011
UTF-160x0088
UTF-320x00000088

Source Code

C, C++, and Java"\u0088"
CSS Code\0088
JavaScript"\u0088"
Perl\x{0088}
Python 2u"\u0088"
Python 3\u0088
Ruby\u{0088}

Preview

This Unicode character looks like this ˆ in sentence and in bold like this ˆ and in italic like this ˆ.

Font size:

ˆ
12px
ˆ
16px
ˆ
20px
ˆ
28px
ˆ
36px
ˆ
48px
ˆ
72px

CSS Property: font-weight

ˆ
100
ˆ
200
ˆ
300
ˆ
400
ˆ
500
ˆ
600
ˆ
700
ˆ
800
ˆ
900

HTML Forms and Input

input
disabled input
ˆ
input-group
select
button
button

Code examples in HTML and CSS

<span>&#136;</span>

            
span {
    content: "\0088";
}

The symbol in different fonts

ˆ
-apple-system
ˆ
Apple Color Emoji
ˆ
Arial
ˆ
BlinkMacSystemFont
ˆ
Courier New
ˆ
Georgia
ˆ
Droid Sans
ˆ
Helvetica
ˆ
Noto Sans
ˆ
Oxygen
ˆ
Roboto
ˆ
"Segoe UI"
ˆ
sans-serif
ˆ
Segoe UI Emoji
ˆ
Segoe UI Symbol
ˆ
system-ui
ˆ
Times New Roman
ˆ
Ubuntu
ˆ
Verdana

References