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

What is Unicode character 𢺧?

The Unicode character 𢺧 U+22EA7 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+22EA7.

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!