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

What is Unicode character 𬪛?

The Unicode character 𬪛 U+2CA9B 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+2CA9B.

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!