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

What is Unicode character 𬤕?

The Unicode character 𬤕 U+2C915 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+2C915.

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!