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

What is Unicode character 𰵼?

The Unicode character 𰵼 U+30D7C 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+30D7C.

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!