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

What is Unicode character 𬢙?

The Unicode character 𬢙 U+2C899 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+2C899.

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!