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

What is Unicode character 𬌓?

The Unicode character 𬌓 U+2C313 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+2C313.

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!