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

What is Unicode character 𠨦?

The Unicode character 𠨦 U+20A26 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+20A26.

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!