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

What is Unicode character 𪡦?

The Unicode character 𪡦 U+2A866 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+2A866.

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!