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

What is Unicode character 𨍉?

The Unicode character 𨍉 U+28349 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+28349.

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!