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

What is Unicode character 𪢵?

The Unicode character 𪢵 U+2A8B5 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+2A8B5.

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!