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

What is Unicode character 𦫵?

The Unicode character 𦫵 U+26AF5 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+26AF5.

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!