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

What is Unicode character 𫟁?

The Unicode character 𫟁 U+2B7C1 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+2B7C1.

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!