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

What is Unicode character 𦰪?

The Unicode character 𦰪 U+26C2A 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+26C2A.

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!