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

What is Unicode character 𡬕?

The Unicode character 𡬕 U+21B15 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+21B15.

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!