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

What is Unicode character 𰍗?

The Unicode character 𰍗 U+30357 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+30357.

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!