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

What is Unicode character 𬢭?

The Unicode character 𬢭 U+2C8AD 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+2C8AD.

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!