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

What is Unicode character 𦩡?

The Unicode character 𦩡 U+26A61 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+26A61.

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!