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

What is Unicode character 𢮺?

The Unicode character 𢮺 U+22BBA 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+22BBA.

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!