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

What is Unicode character 𩎢?

The Unicode character 𩎢 U+293A2 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+293A2.

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!