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

What is Unicode character 𢮲?

The Unicode character 𢮲 U+22BB2 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+22BB2.

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!