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>&#143002;</p>
📋
CSS .selector { content: '\22E9A' };
📋
JS var unicodeA = '\u22E9A ';
📋
CPP char unicodeA = ' \u22E9A ';
📋
Java char unicodeA = '\u22E9A';
📋
Python unicodeA = '\u22E9A'
📋

What is Unicode character 𢺚?

The Unicode character 𢺚 U+22E9A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22E9A.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!