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

What is Unicode character 𬍙?

The Unicode character 𬍙 U+2C359 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+2C359.

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!