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

What is Unicode character 𦹇?

The Unicode character 𦹇 U+26E47 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+26E47.

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!