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

What is Unicode character 𬁹?

The Unicode character 𬁹 U+2C079 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+2C079.

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!