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

What is Unicode character 𦺏?

The Unicode character 𦺏 U+26E8F 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+26E8F.

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!