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

What is Unicode character 𰵺?

The Unicode character 𰵺 U+30D7A 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+30D7A.

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!