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

What is Unicode character 𰍒?

The Unicode character 𰍒 U+30352 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+30352.

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!