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

What is Unicode character 𬌖?

The Unicode character 𬌖 U+2C316 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+2C316.

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!