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>&#144268;</p>
📋
CSS .selector { content: '\2338C' };
📋
JS var unicodeA = '\u2338C ';
📋
CPP char unicodeA = ' \u2338C ';
📋
Java char unicodeA = '\u2338C';
📋
Python unicodeA = '\u2338C'
📋

What is Unicode character 𣎌?

The Unicode character 𣎌 U+2338C 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+2338C.

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!