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

What is Unicode character 𥟖?

The Unicode character 𥟖 U+257D6 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+257D6.

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!