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

What is Unicode character 𰵌?

The Unicode character 𰵌 U+30D4C 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+30D4C.

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!