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

What is Unicode character 𬺚?

The Unicode character 𬺚 U+2CE9A 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+2CE9A.

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!