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

What is Unicode character 𬛐?

The Unicode character 𬛐 U+2C6D0 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+2C6D0.

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!