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

What is Unicode character 𪵨?

The Unicode character 𪵨 U+2AD68 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+2AD68.

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!