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

What is Unicode character 𲅍?

The Unicode character 𲅍 U+3214D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3214D.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!