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

What is Unicode character 𰍤?

The Unicode character 𰍤 U+30364 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+30364.

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!