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

What is Unicode character 𪵦?

The Unicode character 𪵦 U+2AD66 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+2AD66.

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!