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

What is Unicode character 𨍃?

The Unicode character 𨍃 U+28343 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+28343.

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!