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

What is Unicode character 𫵹?

The Unicode character 𫵹 U+2BD79 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2BD79.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!