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

What is Unicode character 𦾣?

The Unicode character 𦾣 U+26FA3 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+26FA3.

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!