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

What is Unicode character 𰑣?

The Unicode character 𰑣 U+30463 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+30463.

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!