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

What is Unicode character 𦘐?

The Unicode character 𦘐 U+26610 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+26610.

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!