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

What is Unicode character 𢨢?

The Unicode character 𢨢 U+22A22 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+22A22.

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!