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

What is Unicode character 𢮰?

The Unicode character 𢮰 U+22BB0 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+22BB0.

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!