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

What is Unicode character 𫟃?

The Unicode character 𫟃 U+2B7C3 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+2B7C3.

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!