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

What is Unicode character 𢩹?

The Unicode character 𢩹 U+22A79 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+22A79.

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!