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

What is Unicode character 𦬻?

The Unicode character 𦬻 U+26B3B 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+26B3B.

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!