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

What is Unicode character 𰵦?

The Unicode character 𰵦 U+30D66 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+30D66.

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!