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

What is Unicode character 𡘐?

The Unicode character 𡘐 U+21610 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+21610.

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!