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

What is Unicode character 𢘾?

The Unicode character 𢘾 U+2263E 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+2263E.

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!