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

What is Unicode character 𦬳?

The Unicode character 𦬳 U+26B33 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+26B33.

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!