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

What is Unicode character 𦩬?

The Unicode character 𦩬 U+26A6C 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+26A6C.

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!