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

What is Unicode character 𦭡?

The Unicode character 𦭡 U+26B61 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+26B61.

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!