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

What is Unicode character 𦾬?

The Unicode character 𦾬 U+26FAC 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+26FAC.

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!