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

What is Unicode character 𰵪?

The Unicode character 𰵪 U+30D6A 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+30D6A.

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!