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

What is Unicode character 𨬒?

The Unicode character 𨬒 U+28B12 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+28B12.

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!