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

What is Unicode character 𰎑?

The Unicode character 𰎑 U+30391 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+30391.

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!