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

What is Unicode character 𡦝?

The Unicode character 𡦝 U+2199D 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+2199D.

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!