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

What is Unicode character 𡅎?

The Unicode character 𡅎 U+2114E 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+2114E.

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!