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

What is Unicode character 𦯖?

The Unicode character 𦯖 U+26BD6 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+26BD6.

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!