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

What is Unicode character 𩎬?

The Unicode character 𩎬 U+293AC 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+293AC.

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!