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

What is Unicode character 𦩝?

The Unicode character 𦩝 U+26A5D 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+26A5D.

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!