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

What is Unicode character 𬔇?

The Unicode character 𬔇 U+2C507 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+2C507.

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!