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>&#158211;</p>
📋
CSS .selector { content: '\26A03' };
📋
JS var unicodeA = '\u26A03 ';
📋
CPP char unicodeA = ' \u26A03 ';
📋
Java char unicodeA = '\u26A03';
📋
Python unicodeA = '\u26A03'
📋

What is Unicode character 𦨃?

The Unicode character 𦨃 U+26A03 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+26A03.

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!