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

What is Unicode character 𫟌?

The Unicode character 𫟌 U+2B7CC 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+2B7CC.

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!