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

What is Unicode character 𰐡?

The Unicode character 𰐡 U+30421 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+30421.

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!