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

What is Unicode character 𦰉?

The Unicode character 𦰉 U+26C09 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+26C09.

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!