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

What is Unicode character 𦹭?

The Unicode character 𦹭 U+26E6D 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+26E6D.

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!