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

What is Unicode character 𡙹?

The Unicode character 𡙹 U+21679 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+21679.

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!