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

What is Unicode character 𦲻?

The Unicode character 𦲻 U+26CBB 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+26CBB.

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!