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

What is Unicode character 𪟫?

The Unicode character 𪟫 U+2A7EB 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+2A7EB.

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!