You Are Here -

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.

Character Traits

Code Snippets

Lang Example Copy
HTML <p>&#125204;</p>
๐Ÿ“‹
CSS .selector { content: '\1E914' };
๐Ÿ“‹
JS var unicodeA = '\u1E914 ';
๐Ÿ“‹
CPP char unicodeA = ' \u1E914 ';
๐Ÿ“‹
Java char unicodeA = '\u1E914';
๐Ÿ“‹
Python unicodeA = '\u1E914'
๐Ÿ“‹

What is Unicode character ๐žค”?

The Unicode character ๐žค” U+1E914 is Adlam Capital Letter Jiim in the Adlam block.

What is the lowercase equivalent of the Unicode character ๐žค”?

The lowercase equivalent of the Unicode character ๐žค” is ๐žคถ (U+1E936).

What does the Unicode character ๐žค” represent?

The Unicode character ๐žค” represents Adlam Capital Letter Jiim.

What is the Unicode code point for ๐žค”?

The Unicode code point for ๐žค” is U+1E914.

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 Adlam Capital Letter Jiim 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 Adlam 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 9.0, and it belongs to the Adlam block of characters.

Unicode Properties

Applicable Properties

Alphabetic โœ…
ID Continue โœ…
ID Start โœ…
Uppercase โœ…
XID Continue โœ…
XID Start โœ…

Applicable Properties With Values

Age 9.0
Bidi Class Right to Left Letter
Bidi Paired Bracket Type Not a bracket
Block Adlam
General Category Uppercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Dual Joining
Line Break Alphabetic
Numeric Value Not a Number
Script Adlam
Sentence Break Uppercase
Word Break MidNumNum
Copied!