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

What is Unicode character 𬌥?

The Unicode character 𬌥 U+2C325 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+2C325.

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!