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

What is Unicode character 𭣝?

The Unicode character 𭣝 U+2D8DD 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+2D8DD.

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!