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

What is Unicode character 𬌘?

The Unicode character 𬌘 U+2C318 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+2C318.

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!