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

What is Unicode character 𰎈?

The Unicode character 𰎈 U+30388 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+30388.

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!