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

What is Unicode character 𫟚?

The Unicode character 𫟚 U+2B7DA 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+2B7DA.

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!