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

What is Unicode character 𰅦?

The Unicode character 𰅦 U+30166 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+30166.

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!