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

What is Unicode character 𪳵?

The Unicode character 𪳵 U+2ACF5 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+2ACF5.

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!