Css Styling

Size
𬇢
15px
𬇢
18px
𬇢
21px
𬇢
24px
𬇢
27px
𬇢
30px
𬇢
33px
𬇢
36px
𬇢
42px
𬇢
48px
𬇢
54px
𬇢
60px
𬇢
66px
𬇢
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𬇢
Bold
𬇢
Italic
𬇢
Underline
𬇢
Strikethrough
𬇢
UpperCase
𬇢
LowerCase
𬇢
Oblique
A 𬇢
Subscript
A 𬇢
Superscript
𬇢
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𬇢
Arial
𬇢
Times New Roman
𬇢
Verdana
𬇢
Courier New
𬇢
Garamond
𬇢
Georgia
𬇢
Trebuchet MS
𬇢
Tahoma
𬇢
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𬇢
White
𬇢
Brown
𬇢
Maroon
𬇢
Magenta
𬇢
Red
𬇢
Orange
𬇢
Yellow
𬇢
Green
𬇢
Teal
𬇢
Cyan
𬇢
Blue
𬇢
Violet
𬇢
Purple
𬇢
Indigo
𬇢
Gray
𬇢
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𬇢
White
𬇢
Brown
𬇢
Maroon
𬇢
Magenta
𬇢
Red
𬇢
Orange
𬇢
Yellow
𬇢
Green
𬇢
Teal
𬇢
Cyan
𬇢
Blue
𬇢
Violet
𬇢
Purple
𬇢
Indigo
𬇢
Gray
𬇢
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#180706;</p>
📋
CSS .selector { content: '\2C1E2' };
📋
JS var unicodeA = '\u2C1E2 ';
📋
CPP char unicodeA = ' \u2C1E2 ';
📋
Java char unicodeA = '\u2C1E2';
📋
Python unicodeA = '\u2C1E2'
📋

What is Unicode character 𬇢?

The Unicode character 𬇢 U+2C1E2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𬇢 represent?

The Unicode character 𬇢 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬇢?

The Unicode code point for 𬇢 is U+2C1E2.

Is the appearance of the 𬇢 character consistent across all platforms?

The appearance of the 𬇢 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𬇢 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𬇢 character.

In which version was Unicode character 𬇢 released, and to which block of characters does it belong?

Unicode character 𬇢 was first introduced in Unicode Version 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!