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

What is Unicode character 𢵹?

The Unicode character 𢵹 U+22D79 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+22D79.

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!