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

What is Unicode character 𬟋?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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