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

What is Unicode character 𪡹?

The Unicode character 𪡹 U+2A879 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A879.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!