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

What is Unicode character 𬣡?

The Unicode character 𬣡 U+2C8E1 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+2C8E1.

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!