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

What is Unicode character 𭗟?

The Unicode character 𭗟 U+2D5DF 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+2D5DF.

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!