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

What is Unicode character 𢍮?

The Unicode character 𢍮 U+2236E 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+2236E.

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!