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>&#140018;</p>
📋
CSS .selector { content: '\222F2' };
📋
JS var unicodeA = '\u222F2 ';
📋
CPP char unicodeA = ' \u222F2 ';
📋
Java char unicodeA = '\u222F2';
📋
Python unicodeA = '\u222F2'
📋

What is Unicode character 𢋲?

The Unicode character 𢋲 U+222F2 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+222F2.

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!