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

What is Unicode character 𦯶?

The Unicode character 𦯶 U+26BF6 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+26BF6.

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!