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

What is Unicode character 𢦳?

The Unicode character 𢦳 U+229B3 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+229B3.

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!