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

What is Unicode character 𦰛?

The Unicode character 𦰛 U+26C1B 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+26C1B.

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!