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

What is Unicode character 𡹗?

The Unicode character 𡹗 U+21E57 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+21E57.

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!