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

What is Unicode character 𨚔?

The Unicode character 𨚔 U+28694 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+28694.

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!