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

What is Unicode character 𨌹?

The Unicode character 𨌹 U+28339 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+28339.

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!