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

What is Unicode character 𦰐?

The Unicode character 𦰐 U+26C10 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+26C10.

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!