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

What is Unicode character 𡎝?

The Unicode character 𡎝 U+2139D 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+2139D.

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!