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

What is Unicode character 𢯢?

The Unicode character 𢯢 U+22BE2 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+22BE2.

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!