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

What is Unicode character 𢴢?

The Unicode character 𢴢 U+22D22 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+22D22.

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!