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

What is Unicode character 𬊨?

The Unicode character 𬊨 U+2C2A8 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+2C2A8.

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!