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

What is Unicode character 𨉃?

The Unicode character 𨉃 U+28243 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+28243.

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!