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>&#155231;</p>
📋
CSS .selector { content: '\25E5F' };
📋
JS var unicodeA = '\u25E5F ';
📋
CPP char unicodeA = ' \u25E5F ';
📋
Java char unicodeA = '\u25E5F';
📋
Python unicodeA = '\u25E5F'
📋

What is Unicode character 𥹟?

The Unicode character 𥹟 U+25E5F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+25E5F.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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