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

What is Unicode character 𬡔?

The Unicode character 𬡔 U+2C854 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+2C854.

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!