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

What is Unicode character 𰏖?

The Unicode character 𰏖 U+303D6 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+303D6.

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!