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

What is Unicode character 𦨜?

The Unicode character 𦨜 U+26A1C 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+26A1C.

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!