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

What is Unicode character 𦨟?

The Unicode character 𦨟 U+26A1F 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+26A1F.

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!