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

What is Unicode character 𢹍?

The Unicode character 𢹍 U+22E4D 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+22E4D.

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!