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

What is Unicode character 𬛰?

The Unicode character 𬛰 U+2C6F0 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+2C6F0.

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!