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

What is Unicode character 𧬡?

The Unicode character 𧬡 U+27B21 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+27B21.

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!