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

What is Unicode character 𪇖?

The Unicode character 𪇖 U+2A1D6 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A1D6.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!