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

What is Unicode character 𬔈?

The Unicode character 𬔈 U+2C508 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+2C508.

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!