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

What is Unicode character 𨊁?

The Unicode character 𨊁 U+28281 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+28281.

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!