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

What is Unicode character 𨰒?

The Unicode character 𨰒 U+28C12 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+28C12.

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!