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>&#156255;</p>
📋
CSS .selector { content: '\2625F' };
📋
JS var unicodeA = '\u2625F ';
📋
CPP char unicodeA = ' \u2625F ';
📋
Java char unicodeA = '\u2625F';
📋
Python unicodeA = '\u2625F'
📋

What is Unicode character 𦉟?

The Unicode character 𦉟 U+2625F 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+2625F.

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!