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

What is Unicode character 𨖔?

The Unicode character 𨖔 U+28594 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+28594.

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!