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

What is Unicode character 𢘐?

The Unicode character 𢘐 U+22610 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+22610.

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!