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

What is Unicode character 𰍥?

The Unicode character 𰍥 U+30365 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+30365.

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!