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

What is Unicode character 𣎍?

The Unicode character 𣎍 U+2338D 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+2338D.

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!