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>&#137766;</p>
📋
CSS .selector { content: '\21A26' };
📋
JS var unicodeA = '\u21A26 ';
📋
CPP char unicodeA = ' \u21A26 ';
📋
Java char unicodeA = '\u21A26';
📋
Python unicodeA = '\u21A26'
📋

What is Unicode character 𡨦?

The Unicode character 𡨦 U+21A26 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+21A26.

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!