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

What is Unicode character 𭻟?

The Unicode character 𭻟 U+2DEDF 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+2DEDF.

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!