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

What is Unicode character 𬣣?

The Unicode character 𬣣 U+2C8E3 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+2C8E3.

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!