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

What is Unicode character 𢹚?

The Unicode character 𢹚 U+22E5A 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+22E5A.

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!