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

What is Unicode character 𨈵?

The Unicode character 𨈵 U+28235 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+28235.

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!