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

What is Unicode character 𰌙?

The Unicode character 𰌙 U+30319 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+30319.

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!