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

What is Unicode character 𦭝?

The Unicode character 𦭝 U+26B5D 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+26B5D.

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!