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

What is Unicode character 𢪰?

The Unicode character 𢪰 U+22AB0 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+22AB0.

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!