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

What is Unicode character 𨼔?

The Unicode character 𨼔 U+28F14 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+28F14.

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!