Unicode Finder

"哿" U+54FF(CJK UNIFIED IDEOGRAPH-54FF)

U+54FF
Tên Khối
CJK Unified Ideographs
Tên
CJK UNIFIED IDEOGRAPH-54FF

Programming

C
\u54FF
JavaScript
\u54FF
Java
\u54FF
Json
\u54FF
Python
\u54FF
Perl
\x{54FF}
PHP
\x{54FF}
Ruby
\u{54FF}
Rust
\u{54FF}
Go
\u54FF

Web

CSS
\0054FF
HtmlDecimal
哿
HtmlHexadecimal
哿
Url
%E5%93%BF

Code

MD5
7c335158f88c6a5b7bfc377e408a4258
Sha1
deb467d31b4d3b4cbc642956cf79bb8ae78fb6b9
Base64
5ZO/

Ví dụ Sử dụng

Programming Languages

C:

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

JavaScript:

const char = '\u54FF';
console.log(char);  // Output: 哿

Java:

char c = '\u54FF';
System.out.println(c);  // Output: 哿

JSON:

{"text": "\u54FF"}  // Value: 哿

Python:

char = '\u54FF'
print(char)  # Output: 哿

Perl:

my $char = "\x{54FF}";
print $char;  # Output: 哿

PHP:

$char = "\x{54FF}";
echo $char;  // Output: 哿

Ruby:

char = "\u{54FF}"
puts char  # Output: 哿

Rust:

let c = '\u{54FF}';
println!("{}", c);  // Output: 哿

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0054FF";  /* Display: 哿 */
}

HTML Decimal:

<p>HTML decimal: &#21759;</p>  <!-- Display: 哿 -->

HTML Hexadecimal:

<p>HTML hex: &#x54FF;</p>  <!-- Display: 哿 -->

URL Encoding:

// 哿 URL encoding
https://unicodefinder.com/search.php?query=%E5%93%BF

Encodings

MD5:

7c335158f88c6a5b7bfc377e408a4258

SHA1:

deb467d31b4d3b4cbc642956cf79bb8ae78fb6b9

Base64:

5ZO/