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

What is Unicode character 𡑣?

The Unicode character 𡑣 U+21463 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+21463.

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!