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

What is Unicode character 𰎗?

The Unicode character 𰎗 U+30397 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+30397.

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!