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

What is Unicode character 𡘨?

The Unicode character 𡘨 U+21628 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+21628.

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!