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

What is Unicode character 𰦄?

The Unicode character 𰦄 U+30984 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+30984.

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!