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

What is Unicode character 𭉟?

The Unicode character 𭉟 U+2D25F 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+2D25F.

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!