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

What is Unicode character 𬚬?

The Unicode character 𬚬 U+2C6AC 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+2C6AC.

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!