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

What is Unicode character 𨍶?

The Unicode character 𨍶 U+28376 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+28376.

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!