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

What is Unicode character 𨍩?

The Unicode character 𨍩 U+28369 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+28369.

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!