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

What is Unicode character 𢭺?

The Unicode character 𢭺 U+22B7A 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+22B7A.

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!