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

What is Unicode character 𦼼?

The Unicode character 𦼼 U+26F3C 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+26F3C.

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!