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

What is Unicode character 𰢄?

The Unicode character 𰢄 U+30884 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+30884.

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!