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

What is Unicode character 𢹗?

The Unicode character 𢹗 U+22E57 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+22E57.

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!