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

What is Unicode character 𬣐?

The Unicode character 𬣐 U+2C8D0 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+2C8D0.

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!