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

What is Unicode character 𥟨?

The Unicode character 𥟨 U+257E8 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+257E8.

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!