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>&#165247;</p>
📋
CSS .selector { content: '\2857F' };
📋
JS var unicodeA = '\u2857F ';
📋
CPP char unicodeA = ' \u2857F ';
📋
Java char unicodeA = '\u2857F';
📋
Python unicodeA = '\u2857F'
📋

What is Unicode character 𨕿?

The Unicode character 𨕿 U+2857F 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+2857F.

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!