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

What is Unicode character 𦕡?

The Unicode character 𦕡 U+26561 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+26561.

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!