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

What is Unicode character 𨑣?

The Unicode character 𨑣 U+28463 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28463.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!