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

What is Unicode character 𦾹?

The Unicode character 𦾹 U+26FB9 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+26FB9.

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!