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

What is Unicode character 𨚑?

The Unicode character 𨚑 U+28691 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+28691.

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!