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

What is Unicode character 𢪺?

The Unicode character 𢪺 U+22ABA 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+22ABA.

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!