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

What is Unicode character 𡹹?

The Unicode character 𡹹 U+21E79 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+21E79.

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!