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

What is Unicode character 𰎙?

The Unicode character 𰎙 U+30399 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+30399.

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!