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

What is Unicode character 𬭹?

The Unicode character 𬭹 U+2CB79 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+2CB79.

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!