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

What is Unicode character 𭵝?

The Unicode character 𭵝 U+2DD5D 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+2DD5D.

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!