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

What is Unicode character 𦁐?

The Unicode character 𦁐 U+26050 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+26050.

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!