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

What is Unicode character 𬡹?

The Unicode character 𬡹 U+2C879 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+2C879.

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!