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

What is Unicode character 𦵡?

The Unicode character 𦵡 U+26D61 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+26D61.

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!