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

What is Unicode character 𭉝?

The Unicode character 𭉝 U+2D25D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D25D.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!