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

What is Unicode character 𢬢?

The Unicode character 𢬢 U+22B22 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+22B22.

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!