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

What is Unicode character 𰍓?

The Unicode character 𰍓 U+30353 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+30353.

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!