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

What is Unicode character 𣍭?

The Unicode character 𣍭 U+2336D 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+2336D.

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!