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

What is Unicode character 𩎨?

The Unicode character 𩎨 U+293A8 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+293A8.

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!