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

What is Unicode character 𭶟?

The Unicode character 𭶟 U+2DD9F 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+2DD9F.

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!