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

What is Unicode character 𡅨?

The Unicode character 𡅨 U+21168 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+21168.

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!