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

What is Unicode character 𢑾?

The Unicode character 𢑾 U+2247E 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+2247E.

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!