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

What is Unicode character 𰢨?

The Unicode character 𰢨 U+308A8 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+308A8.

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!