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

What is Unicode character 𣓃?

The Unicode character 𣓃 U+234C3 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+234C3.

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!