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

What is Unicode character 𫟓?

The Unicode character 𫟓 U+2B7D3 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+2B7D3.

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!