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

What is Unicode character 𬂨?

The Unicode character 𬂨 U+2C0A8 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+2C0A8.

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!