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

What is Unicode character 𬉔?

The Unicode character 𬉔 U+2C254 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+2C254.

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!