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

What is Unicode character 𨵇?

The Unicode character 𨵇 U+28D47 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+28D47.

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!