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

What is Unicode character 𨈹?

The Unicode character 𨈹 U+28239 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+28239.

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!