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

What is Unicode character 𨍳?

The Unicode character 𨍳 U+28373 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+28373.

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!