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

What is Unicode character 𬉝?

The Unicode character 𬉝 U+2C25D 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+2C25D.

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!