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

What is Unicode character 𬉹?

The Unicode character 𬉹 U+2C279 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+2C279.

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!