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

What is Unicode character 𢍞?

The Unicode character 𢍞 U+2235E 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+2235E.

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!