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

What is Unicode character 𦬣?

The Unicode character 𦬣 U+26B23 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+26B23.

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!