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

What is Unicode character 𰍨?

The Unicode character 𰍨 U+30368 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+30368.

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!