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

What is Unicode character 𰤡?

The Unicode character 𰤡 U+30921 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+30921.

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!