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

What is Unicode character 𢲚?

The Unicode character 𢲚 U+22C9A 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+22C9A.

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!