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

What is Unicode character 𰏶?

The Unicode character 𰏶 U+303F6 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+303F6.

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!