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

What is Unicode character 𢺤?

The Unicode character 𢺤 U+22EA4 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+22EA4.

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!