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

What is Unicode character 𦯏?

The Unicode character 𦯏 U+26BCF 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+26BCF.

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!