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

What is Unicode character 𢑉?

The Unicode character 𢑉 U+22449 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+22449.

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!