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

What is Unicode character 𦼐?

The Unicode character 𦼐 U+26F10 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+26F10.

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!