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

What is Unicode character 𡰦?

The Unicode character 𡰦 U+21C26 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+21C26.

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!