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

What is Unicode character 𡅍?

The Unicode character 𡅍 U+2114D 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+2114D.

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!