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

What is Unicode character 𧨡?

The Unicode character 𧨡 U+27A21 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+27A21.

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!