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

What is Unicode character 𫟍?

The Unicode character 𫟍 U+2B7CD 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+2B7CD.

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!