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

What is Unicode character 𦨬?

The Unicode character 𦨬 U+26A2C 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+26A2C.

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!