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

What is Unicode character 𦪟?

The Unicode character 𦪟 U+26A9F 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+26A9F.

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!