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

What is Unicode character 𬍑?

The Unicode character 𬍑 U+2C351 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+2C351.

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!