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

What is Unicode character 𥟲?

The Unicode character 𥟲 U+257F2 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+257F2.

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!