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

What is Unicode character 𦁑?

The Unicode character 𦁑 U+26051 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+26051.

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!