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

What is Unicode character 𬣰?

The Unicode character 𬣰 U+2C8F0 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+2C8F0.

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!