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

What is Unicode character 𰎔?

The Unicode character 𰎔 U+30394 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+30394.

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!