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

What is Unicode character 𦨻?

The Unicode character 𦨻 U+26A3B 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+26A3B.

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!