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

What is Unicode character 𬤓?

The Unicode character 𬤓 U+2C913 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+2C913.

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!