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

What is Unicode character 𰩦?

The Unicode character 𰩦 U+30A66 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+30A66.

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!