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

What is Unicode character 𢒲?

The Unicode character 𢒲 U+224B2 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+224B2.

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!