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

What is Unicode character 𢤢?

The Unicode character 𢤢 U+22922 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+22922.

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!