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

What is Unicode character 𦀐?

The Unicode character 𦀐 U+26010 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+26010.

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!