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

What is Unicode character 𭢑?

The Unicode character 𭢑 U+2D891 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+2D891.

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!