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

What is Unicode character 𦵭?

The Unicode character 𦵭 U+26D6D 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+26D6D.

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!