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

What is Unicode character 𦰏?

The Unicode character 𦰏 U+26C0F 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+26C0F.

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!