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

What is Unicode character 𣍃?

The Unicode character 𣍃 U+23343 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+23343.

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!