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

What is Unicode character 𪟛?

The Unicode character 𪟛 U+2A7DB 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+2A7DB.

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!