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

What is Unicode character 𦔑?

The Unicode character 𦔑 U+26511 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+26511.

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!