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

What is Unicode character 𦹐?

The Unicode character 𦹐 U+26E50 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+26E50.

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!