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

What is Unicode character 𡎹?

The Unicode character 𡎹 U+213B9 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+213B9.

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!