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

What is Unicode character 𡵹?

The Unicode character 𡵹 U+21D79 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+21D79.

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!