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

What is Unicode character 𥍕?

The Unicode character 𥍕 U+25355 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+25355.

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!