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

What is Unicode character 𢦱?

The Unicode character 𢦱 U+229B1 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+229B1.

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!