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

What is Unicode character 𬣛?

The Unicode character 𬣛 U+2C8DB 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+2C8DB.

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!