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

What is Unicode character 𢈾?

The Unicode character 𢈾 U+2223E 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+2223E.

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!