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

What is Unicode character 𡙲?

The Unicode character 𡙲 U+21672 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+21672.

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!