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

What is Unicode character 𡦚?

The Unicode character 𡦚 U+2199A 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+2199A.

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!