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

What is Unicode character 𪢖?

The Unicode character 𪢖 U+2A896 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+2A896.

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!