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

What is Unicode character 𧨗?

The Unicode character 𧨗 U+27A17 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+27A17.

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!