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

What is Unicode character 𬣭?

The Unicode character 𬣭 U+2C8ED 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+2C8ED.

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!