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

What is Unicode character 𧹹?

The Unicode character 𧹹 U+27E79 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+27E79.

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!