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>&#172948;</p>
📋
CSS .selector { content: '\2A394' };
📋
JS var unicodeA = '\u2A394 ';
📋
CPP char unicodeA = ' \u2A394 ';
📋
Java char unicodeA = '\u2A394';
📋
Python unicodeA = '\u2A394'
📋

What is Unicode character 𪎔?

The Unicode character 𪎔 U+2A394 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+2A394.

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!