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

What is Unicode character 𪻍?

The Unicode character 𪻍 U+2AECD 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+2AECD.

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!