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

What is Unicode character 𰢧?

The Unicode character 𰢧 U+308A7 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+308A7.

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!