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

What is Unicode character 𬎆?

The Unicode character 𬎆 U+2C386 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+2C386.

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!