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

What is Unicode character 𥹵?

The Unicode character 𥹵 U+25E75 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+25E75.

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!