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

What is Unicode character 𰐔?

The Unicode character 𰐔 U+30414 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+30414.

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!