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

What is Unicode character 𨬓?

The Unicode character 𨬓 U+28B13 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+28B13.

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!