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

What is Unicode character 𨰔?

The Unicode character 𨰔 U+28C14 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+28C14.

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!