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

What is Unicode character 𪢝?

The Unicode character 𪢝 U+2A89D 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+2A89D.

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!