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

What is Unicode character 𨍁?

The Unicode character 𨍁 U+28341 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+28341.

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!