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

What is Unicode character 𢺨?

The Unicode character 𢺨 U+22EA8 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+22EA8.

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!