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

What is Unicode character 𬚺?

The Unicode character 𬚺 U+2C6BA 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+2C6BA.

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!