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

What is Unicode character 𡑲?

The Unicode character 𡑲 U+21472 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+21472.

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!