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

What is Unicode character 𨘔?

The Unicode character 𨘔 U+28614 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+28614.

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!