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

What is Unicode character 𬍤?

The Unicode character 𬍤 U+2C364 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+2C364.

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!