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

What is Unicode character 𢑣?

The Unicode character 𢑣 U+22463 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+22463.

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!