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

What is Unicode character 𢊎?

The Unicode character 𢊎 U+2228E 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+2228E.

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!