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

What is Unicode character 𦨐?

The Unicode character 𦨐 U+26A10 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+26A10.

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!