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

What is Unicode character 𢪊?

The Unicode character 𢪊 U+22A8A 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+22A8A.

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!