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

What is Unicode character 𡼨?

The Unicode character 𡼨 U+21F28 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+21F28.

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!