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

What is Unicode character 𰵍?

The Unicode character 𰵍 U+30D4D 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+30D4D.

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!