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

What is Unicode character 𫟡?

The Unicode character 𫟡 U+2B7E1 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+2B7E1.

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!