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

What is Unicode character 𦮹?

The Unicode character 𦮹 U+26BB9 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+26BB9.

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!