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

What is Unicode character 𭟛?

The Unicode character 𭟛 U+2D7DB 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+2D7DB.

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!