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

What is Unicode character 𪲍?

The Unicode character 𪲍 U+2AC8D 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+2AC8D.

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!