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

What is Unicode character 𫝬?

The Unicode character 𫝬 U+2B76C 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+2B76C.

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!