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>&#156268;</p>
📋
CSS .selector { content: '\2626C' };
📋
JS var unicodeA = '\u2626C ';
📋
CPP char unicodeA = ' \u2626C ';
📋
Java char unicodeA = '\u2626C';
📋
Python unicodeA = '\u2626C'
📋

What is Unicode character 𦉬?

The Unicode character 𦉬 U+2626C 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+2626C.

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!