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

What is Unicode character 𰢦?

The Unicode character 𰢦 U+308A6 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+308A6.

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!