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

What is Unicode character 𫝵?

The Unicode character 𫝵 U+2B775 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+2B775.

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!