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

What is Unicode character 𦬜?

The Unicode character 𦬜 U+26B1C 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+26B1C.

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!