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

What is Unicode character 𦰍?

The Unicode character 𦰍 U+26C0D 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+26C0D.

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!