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

What is Unicode character 𨬔?

The Unicode character 𨬔 U+28B14 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+28B14.

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!