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

What is Unicode character 𨘵?

The Unicode character 𨘵 U+28635 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+28635.

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!