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

What is Unicode character 𰎦?

The Unicode character 𰎦 U+303A6 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+303A6.

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!