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

What is Unicode character 𡙵?

The Unicode character 𡙵 U+21675 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+21675.

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!