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

What is Unicode character 𦫟?

The Unicode character 𦫟 U+26ADF 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+26ADF.

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!