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

What is Unicode character 𰭦?

The Unicode character 𰭦 U+30B66 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+30B66.

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!