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

What is Unicode character 𭮟?

The Unicode character 𭮟 U+2DB9F 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+2DB9F.

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!