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

What is Unicode character 𢁹?

The Unicode character 𢁹 U+22079 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+22079.

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!