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

What is Unicode character 𦮟?

The Unicode character 𦮟 U+26B9F 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+26B9F.

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!