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

What is Unicode character 𢯲?

The Unicode character 𢯲 U+22BF2 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+22BF2.

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!