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

What is Unicode character 𧑣?

The Unicode character 𧑣 U+27463 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+27463.

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!