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

What is Unicode character 𫟊?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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