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

What is Unicode character 𭵟?

The Unicode character 𭵟 U+2DD5F 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+2DD5F.

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!