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

What is Unicode character 𰅣?

The Unicode character 𰅣 U+30163 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+30163.

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!