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

What is Unicode character 𦵪?

The Unicode character 𦵪 U+26D6A 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+26D6A.

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!