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

What is Unicode character 𦰊?

The Unicode character 𦰊 U+26C0A 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+26C0A.

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!