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

What is Unicode character 𪝹?

The Unicode character 𪝹 U+2A779 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+2A779.

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!