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

What is Unicode character 𰢔?

The Unicode character 𰢔 U+30894 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+30894.

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!