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

What is Unicode character 𦯵?

The Unicode character 𦯵 U+26BF5 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+26BF5.

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!