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

What is Unicode character 𨈶?

The Unicode character 𨈶 U+28236 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+28236.

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!