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

What is Unicode character 𬹹?

The Unicode character 𬹹 U+2CE79 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+2CE79.

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!