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

What is Unicode character 𰍑?

The Unicode character 𰍑 U+30351 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+30351.

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!