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

What is Unicode character 𦵇?

The Unicode character 𦵇 U+26D47 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+26D47.

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!