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

What is Unicode character 𥟢?

The Unicode character 𥟢 U+257E2 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+257E2.

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!