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

What is Unicode character 𪵬?

The Unicode character 𪵬 U+2AD6C 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+2AD6C.

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!