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

What is Unicode character 𣍅?

The Unicode character 𣍅 U+23345 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+23345.

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!