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

What is Unicode character 𬚰?

The Unicode character 𬚰 U+2C6B0 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+2C6B0.

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!