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

What is Unicode character 𡰨?

The Unicode character 𡰨 U+21C28 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+21C28.

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!