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

What is Unicode character 𢕾?

The Unicode character 𢕾 U+2257E 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+2257E.

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!