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

What is Unicode character 𰢍?

The Unicode character 𰢍 U+3088D 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+3088D.

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!