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

What is Unicode character 𪡨?

The Unicode character 𪡨 U+2A868 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+2A868.

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!