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

What is Unicode character 𢉲?

The Unicode character 𢉲 U+22272 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+22272.

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!