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

What is Unicode character 𰵊?

The Unicode character 𰵊 U+30D4A 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+30D4A.

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!