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

What is Unicode character 𡅹?

The Unicode character 𡅹 U+21179 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+21179.

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!