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

What is Unicode character 𢚎?

The Unicode character 𢚎 U+2268E 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+2268E.

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!