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

What is Unicode character 𦬟?

The Unicode character 𦬟 U+26B1F 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+26B1F.

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!