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

What is Unicode character 𡌎?

The Unicode character 𡌎 U+2130E 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+2130E.

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!