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

What is Unicode character 𡆝?

The Unicode character 𡆝 U+2119D 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+2119D.

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!