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

What is Unicode character 𰍳?

The Unicode character 𰍳 U+30373 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+30373.

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!