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

What is Unicode character 𡣕?

The Unicode character 𡣕 U+218D5 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+218D5.

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!