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

What is Unicode character 𦨼?

The Unicode character 𦨼 U+26A3C 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+26A3C.

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!