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

What is Unicode character 𢮼?

The Unicode character 𢮼 U+22BBC 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+22BBC.

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!