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

What is Unicode character 𦹯?

The Unicode character 𦹯 U+26E6F 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+26E6F.

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!