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

What is Unicode character 𰍣?

The Unicode character 𰍣 U+30363 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+30363.

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!