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

What is Unicode character 𰍙?

The Unicode character 𰍙 U+30359 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+30359.

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!