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

What is Unicode character 𦫹?

The Unicode character 𦫹 U+26AF9 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+26AF9.

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!