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

What is Unicode character 𨍵?

The Unicode character 𨍵 U+28375 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+28375.

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!