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

What is Unicode character 𫟛?

The Unicode character 𫟛 U+2B7DB is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension D 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+2B7DB.

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 6.0, and it belongs to the CJK Unified Ideographs Extension D block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 6.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension D
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!