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

What is Unicode character 𨾁?

The Unicode character 𨾁 U+28F81 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+28F81.

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!