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

What is Unicode character 𡬧?

The Unicode character 𡬧 U+21B27 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+21B27.

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!