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>&#198798;</p>
📋
CSS .selector { content: '\3088E' };
📋
JS var unicodeA = '\u3088E ';
📋
CPP char unicodeA = ' \u3088E ';
📋
Java char unicodeA = '\u3088E';
📋
Python unicodeA = '\u3088E'
📋

What is Unicode character 𰢎?

The Unicode character 𰢎 U+3088E 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+3088E.

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!