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

What is Unicode character 𰢸?

The Unicode character 𰢸 U+308B8 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+308B8.

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!