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

What is Unicode character 𦁡?

The Unicode character 𦁡 U+26061 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+26061.

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!