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

What is Unicode character 𰕣?

The Unicode character 𰕣 U+30563 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+30563.

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!