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

What is Unicode character 𬚁?

The Unicode character 𬚁 U+2C681 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+2C681.

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!