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

What is Unicode character 𥝑?

The Unicode character 𥝑 U+25751 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+25751.

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!