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

What is Unicode character 𬌕?

The Unicode character 𬌕 U+2C315 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+2C315.

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!