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

What is Unicode character 𪵹?

The Unicode character 𪵹 U+2AD79 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+2AD79.

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!