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

What is Unicode character 𢹎?

The Unicode character 𢹎 U+22E4E 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+22E4E.

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!