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

What is Unicode character 𦨏?

The Unicode character 𦨏 U+26A0F 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+26A0F.

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!