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>&#189493;</p>
📋
CSS .selector { content: '\2E435' };
📋
JS var unicodeA = '\u2E435 ';
📋
CPP char unicodeA = ' \u2E435 ';
📋
Java char unicodeA = '\u2E435';
📋
Python unicodeA = '\u2E435'
📋

What is Unicode character 𮐵?

The Unicode character 𮐵 U+2E435 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E435.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!