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

What is Unicode character 𬞝?

The Unicode character 𬞝 U+2C79D 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+2C79D.

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!