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

What is Unicode character 𧕹?

The Unicode character 𧕹 U+27579 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+27579.

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!