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

What is Unicode character 𭯟?

The Unicode character 𭯟 U+2DBDF 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+2DBDF.

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!