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

What is Unicode character 𬣕?

The Unicode character 𬣕 U+2C8D5 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+2C8D5.

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!