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

What is Unicode character 𦼊?

The Unicode character 𦼊 U+26F0A 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+26F0A.

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!