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

What is Unicode character 𭭟?

The Unicode character 𭭟 U+2DB5F 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+2DB5F.

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!