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

What is Unicode character 𡶕?

The Unicode character 𡶕 U+21D95 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+21D95.

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!