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

What is Unicode character 𬒲?

The Unicode character 𬒲 U+2C4B2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C4B2.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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