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

What is Unicode character 𰍦?

The Unicode character 𰍦 U+30366 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+30366.

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!