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

What is Unicode character 𢎎?

The Unicode character 𢎎 U+2238E 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+2238E.

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!