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

What is Unicode character 𰝄?

The Unicode character 𰝄 U+30744 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+30744.

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!