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

What is Unicode character 𨒲?

The Unicode character 𨒲 U+284B2 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+284B2.

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!