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

What is Unicode character 𦩟?

The Unicode character 𦩟 U+26A5F 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+26A5F.

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!