Technical information

Symbol
NameDevice control two
Unicode numberU+0012
CategoryASCII Table1. ASCII control characters
DescriptionThe Unicode character U+0012, or "Device Control Two", falls into the "C0 Controls and Basic Latin" block and is categorized as "Other, Control" in the Unicode standard. This character is a control command within the ASCII system, rather than a graphic symbol. It is used for controlling devices, such as printers or telecommunication equipment, within certain systems. As a non-printing character, it does not typically have a visible representation and its specific usage can vary widely depending on the device or system in which it is used.

Encoding

HTML Entity
HTML Entity (hex)
URL Escape Code%12
UTF-8 (hex)0x12
UTF-8 (binary)00010010
UTF-160x0012
UTF-320x00000012

Source Code

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

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>&#18;</span>

            
span {
    content: "\0012";
}

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