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

What is Unicode character 𦨳?

The Unicode character 𦨳 U+26A33 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+26A33.

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!