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

What is Unicode character 𬡑?

The Unicode character 𬡑 U+2C851 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+2C851.

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!