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

What is Unicode character 𡣓?

The Unicode character 𡣓 U+218D3 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+218D3.

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!