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

What is Unicode character 𥟹?

The Unicode character 𥟹 U+257F9 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+257F9.

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!