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

What is Unicode character 𢹺?

The Unicode character 𢹺 U+22E7A 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+22E7A.

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!