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

What is Unicode character 𡵗?

The Unicode character 𡵗 U+21D57 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+21D57.

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!