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

What is Unicode character 𰵣?

The Unicode character 𰵣 U+30D63 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+30D63.

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!