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

What is Unicode character 𦯹?

The Unicode character 𦯹 U+26BF9 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+26BF9.

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!