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

What is Unicode character 𬊦?

The Unicode character 𬊦 U+2C2A6 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+2C2A6.

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!