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

What is Unicode character 𢮢?

The Unicode character 𢮢 U+22BA2 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+22BA2.

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!