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

What is Unicode character 𢹌?

The Unicode character 𢹌 U+22E4C 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+22E4C.

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!