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

What is Unicode character 𫟑?

The Unicode character 𫟑 U+2B7D1 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+2B7D1.

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!