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

What is Unicode character 𩎦?

The Unicode character 𩎦 U+293A6 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+293A6.

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!