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

What is Unicode character 𫟭?

The Unicode character 𫟭 U+2B7ED 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+2B7ED.

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!