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

What is Unicode character 𢦎?

The Unicode character 𢦎 U+2298E 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+2298E.

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!