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

What is Unicode character 𰏦?

The Unicode character 𰏦 U+303E6 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+303E6.

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!