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

What is Unicode character 𰌡?

The Unicode character 𰌡 U+30321 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+30321.

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!