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

What is Unicode character 𫟝?

The Unicode character 𫟝 U+2B7DD 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+2B7DD.

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!