Unicode Finder

"ꓴ" U+A4F4(LISU LETTER U)

U+A4F4
ブロック名
Lisu
名前
LISU LETTER U

Programming

C
\uA4F4
JavaScript
\uA4F4
Java
\uA4F4
Json
\uA4F4
Python
\uA4F4
Perl
\x{A4F4}
PHP
\x{A4F4}
Ruby
\u{A4F4}
Rust
\u{A4F4}
Go
\uA4F4

Web

CSS
\00A4F4
HtmlDecimal
ꓴ
HtmlHexadecimal
ꓴ
Url
%EA%93%B4

Code

MD5
71ab5f55e4e625c61c493f3b5d2b9de9
Sha1
b0f9064146df9324f3011c4a904c982ca3e6fec8
Base64
6pO0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4F4';
console.log(char);  // Output: ꓴ

Java:

char c = '\uA4F4';
System.out.println(c);  // Output: ꓴ

JSON:

{"text": "\uA4F4"}  // Value: ꓴ

Python:

char = '\uA4F4'
print(char)  # Output: ꓴ

Perl:

my $char = "\x{A4F4}";
print $char;  # Output: ꓴ

PHP:

$char = "\x{A4F4}";
echo $char;  // Output: ꓴ

Ruby:

char = "\u{A4F4}"
puts char  # Output: ꓴ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42228;</p>  <!-- Display: ꓴ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4F4;</p>  <!-- Display: ꓴ -->

URL Encoding:

// ꓴ URL encoding
https://unicodefinder.com/search.php?query=%EA%93%B4

Encodings

MD5:

71ab5f55e4e625c61c493f3b5d2b9de9

SHA1:

b0f9064146df9324f3011c4a904c982ca3e6fec8

Base64:

6pO0