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

What is Unicode character 𢌾?

The Unicode character 𢌾 U+2233E 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+2233E.

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!