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

What is Unicode character 𬞟?

The Unicode character 𬞟 U+2C79F 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+2C79F.

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!