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

What is Unicode character 𭟝?

The Unicode character 𭟝 U+2D7DD 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+2D7DD.

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!