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

What is Unicode character 𡵧?

The Unicode character 𡵧 U+21D67 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+21D67.

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!