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

What is Unicode character 𭢝?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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