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

What is Unicode character 𫟐?

The Unicode character 𫟐 U+2B7D0 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+2B7D0.

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!