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

What is Unicode character 𦵯?

The Unicode character 𦵯 U+26D6F 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+26D6F.

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!