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

What is Unicode character 𦨪?

The Unicode character 𦨪 U+26A2A 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+26A2A.

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!