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

What is Unicode character 𨭡?

The Unicode character 𨭡 U+28B61 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+28B61.

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!