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

What is Unicode character 𦱝?

The Unicode character 𦱝 U+26C5D 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+26C5D.

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!