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>&#180712;</p>
📋
CSS .selector { content: '\2C1E8' };
📋
JS var unicodeA = '\u2C1E8 ';
📋
CPP char unicodeA = ' \u2C1E8 ';
📋
Java char unicodeA = '\u2C1E8';
📋
Python unicodeA = '\u2C1E8'
📋

What is Unicode character 𬇨?

The Unicode character 𬇨 U+2C1E8 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+2C1E8.

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!