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

What is Unicode character 𦰟?

The Unicode character 𦰟 U+26C1F 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+26C1F.

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!