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

What is Unicode character 𰣨?

The Unicode character 𰣨 U+308E8 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+308E8.

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!