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

What is Unicode character 𰵢?

The Unicode character 𰵢 U+30D62 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+30D62.

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!