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

What is Unicode character 𨚁?

The Unicode character 𨚁 U+28681 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+28681.

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!