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

What is Unicode character 𨐣?

The Unicode character 𨐣 U+28423 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+28423.

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!