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

What is Unicode character 𰢌?

The Unicode character 𰢌 U+3088C 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+3088C.

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!