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

What is Unicode character 𫟅?

The Unicode character 𫟅 U+2B7C5 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+2B7C5.

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!