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

What is Unicode character 𬢯?

The Unicode character 𬢯 U+2C8AF 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+2C8AF.

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!