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

What is Unicode character 𥟕?

The Unicode character 𥟕 U+257D5 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+257D5.

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!