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

What is Unicode character 𰎘?

The Unicode character 𰎘 U+30398 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+30398.

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!