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

What is Unicode character 𫹹?

The Unicode character 𫹹 U+2BE79 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+2BE79.

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!