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

What is Unicode character 𩎲?

The Unicode character 𩎲 U+293B2 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+293B2.

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!