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

What is Unicode character 𥟵?

The Unicode character 𥟵 U+257F5 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+257F5.

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!