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

What is Unicode character 𢲊?

The Unicode character 𢲊 U+22C8A 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+22C8A.

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!