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>&#139962;</p>
📋
CSS .selector { content: '\222BA' };
📋
JS var unicodeA = '\u222BA ';
📋
CPP char unicodeA = ' \u222BA ';
📋
Java char unicodeA = '\u222BA';
📋
Python unicodeA = '\u222BA'
📋

What is Unicode character 𢊺?

The Unicode character 𢊺 U+222BA 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+222BA.

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!