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

What is Unicode character 𧅹?

The Unicode character 𧅹 U+27179 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+27179.

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!