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

What is Unicode character 𬍖?

The Unicode character 𬍖 U+2C356 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+2C356.

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!