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

What is Unicode character 𢮾?

The Unicode character 𢮾 U+22BBE 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+22BBE.

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!