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

What is Unicode character 𢕿?

The Unicode character 𢕿 U+2257F 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+2257F.

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!