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

What is Unicode character 𪣬?

The Unicode character 𪣬 U+2A8EC 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+2A8EC.

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!