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

What is Unicode character 𢲰?

The Unicode character 𢲰 U+22CB0 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+22CB0.

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!