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

What is Unicode character 𦲹?

The Unicode character 𦲹 U+26CB9 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+26CB9.

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!