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

What is Unicode character 𨅁?

The Unicode character 𨅁 U+28141 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+28141.

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!