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

What is Unicode character 𬤔?

The Unicode character 𬤔 U+2C914 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+2C914.

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!