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

What is Unicode character 𫟟?

The Unicode character 𫟟 U+2B7DF 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+2B7DF.

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!