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

What is Unicode character 𪍔?

The Unicode character 𪍔 U+2A354 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+2A354.

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!