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

What is Unicode character 𡎚?

The Unicode character 𡎚 U+2139A 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+2139A.

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!