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

What is Unicode character 𫟣?

The Unicode character 𫟣 U+2B7E3 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+2B7E3.

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!