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

What is Unicode character 𦰭?

The Unicode character 𦰭 U+26C2D 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+26C2D.

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!