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

What is Unicode character 𫝹?

The Unicode character 𫝹 U+2B779 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+2B779.

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!