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

What is Unicode character 𬉟?

The Unicode character 𬉟 U+2C25F 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+2C25F.

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!