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

What is Unicode character 𰗖?

The Unicode character 𰗖 U+305D6 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+305D6.

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!