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

What is Unicode character 𦬏?

The Unicode character 𦬏 U+26B0F 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+26B0F.

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!