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

What is Unicode character 𡬦?

The Unicode character 𡬦 U+21B26 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+21B26.

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!