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

What is Unicode character 𨹇?

The Unicode character 𨹇 U+28E47 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+28E47.

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!