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

What is Unicode character 𨎁?

The Unicode character 𨎁 U+28381 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+28381.

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!