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

What is Unicode character 𫟄?

The Unicode character 𫟄 U+2B7C4 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+2B7C4.

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!