Unicode Finder

"ꓝ" U+A4DD(LISU LETTER TSA)

U+A4DD
ブロック名
Lisu
名前
LISU LETTER TSA

Programming

C
\uA4DD
JavaScript
\uA4DD
Java
\uA4DD
Json
\uA4DD
Python
\uA4DD
Perl
\x{A4DD}
PHP
\x{A4DD}
Ruby
\u{A4DD}
Rust
\u{A4DD}
Go
\uA4DD

Web

CSS
\00A4DD
HtmlDecimal
ꓝ
HtmlHexadecimal
ꓝ
Url
%EA%93%9D

Code

MD5
22f6381664133d5b1c147232028693a2
Sha1
30ad13bbf7b0dcb55e01489c6e51921c1386fb3a
Base64
6pOd

使用例

Programming Languages

C:

char c = '\uA4DD';
printf("%c\n", c);  // Output: ꓝ

JavaScript:

const char = '\uA4DD';
console.log(char);  // Output: ꓝ

Java:

char c = '\uA4DD';
System.out.println(c);  // Output: ꓝ

JSON:

{"text": "\uA4DD"}  // Value: ꓝ

Python:

char = '\uA4DD'
print(char)  # Output: ꓝ

Perl:

my $char = "\x{A4DD}";
print $char;  # Output: ꓝ

PHP:

$char = "\x{A4DD}";
echo $char;  // Output: ꓝ

Ruby:

char = "\u{A4DD}"
puts char  # Output: ꓝ

Rust:

let c = '\u{A4DD}';
println!("{}", c);  // Output: ꓝ

Go:

char := '\uA4DD'
fmt.Printf("%c\n", char)  // Output: ꓝ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00A4DD";  /* Display: ꓝ */
}

HTML Decimal:

<p>HTML decimal: &#42205;</p>  <!-- Display: ꓝ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4DD;</p>  <!-- Display: ꓝ -->

URL Encoding:

// ꓝ URL encoding
https://unicodefinder.com/search.php?query=%EA%93%9D

Encodings

MD5:

22f6381664133d5b1c147232028693a2

SHA1:

30ad13bbf7b0dcb55e01489c6e51921c1386fb3a

Base64:

6pOd