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

What is Unicode character 𦔅?

The Unicode character 𦔅 U+26505 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+26505.

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!