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

What is Unicode character 𨘓?

The Unicode character 𨘓 U+28613 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+28613.

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!