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

What is Unicode character 𨉔?

The Unicode character 𨉔 U+28254 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+28254.

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!