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

What is Unicode character 𬍓?

The Unicode character 𬍓 U+2C353 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+2C353.

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!