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>&#138821;</p>
📋
CSS .selector { content: '\21E45' };
📋
JS var unicodeA = '\u21E45 ';
📋
CPP char unicodeA = ' \u21E45 ';
📋
Java char unicodeA = '\u21E45';
📋
Python unicodeA = '\u21E45'
📋

What is Unicode character 𡹅?

The Unicode character 𡹅 U+21E45 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+21E45.

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!