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

What is Unicode character 𡆍?

The Unicode character 𡆍 U+2118D 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+2118D.

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!