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

What is Unicode character 𰎧?

The Unicode character 𰎧 U+303A7 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+303A7.

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!