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

What is Unicode character 𡣵?

The Unicode character 𡣵 U+218F5 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+218F5.

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!