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

What is Unicode character 𨨒?

The Unicode character 𨨒 U+28A12 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+28A12.

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!