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

What is Unicode character 𪭔?

The Unicode character 𪭔 U+2AB54 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2AB54.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!