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

What is Unicode character 𰵗?

The Unicode character 𰵗 U+30D57 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30D57.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!