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

What is Unicode character 𬌗?

The Unicode character 𬌗 U+2C317 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+2C317.

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!