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

What is Unicode character 𦿹?

The Unicode character 𦿹 U+26FF9 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+26FF9.

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!