Unicode Finder

"哹" U+54F9(CJK UNIFIED IDEOGRAPH-54F9)

U+54F9
Назва Блоку
CJK Unified Ideographs
Назва
CJK UNIFIED IDEOGRAPH-54F9

Programming

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

Web

CSS
\0054F9
HtmlDecimal
哹
HtmlHexadecimal
哹
Url
%E5%93%B9

Code

MD5
2b31f9e7dae8f11e17f7f60a6ae63dd7
Sha1
cea8734de1d0654fc21c10e695c8166383fbd225
Base64
5ZO5

Приклади Використання

Programming Languages

C:

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

JavaScript:

const char = '\u54F9';
console.log(char);  // Output: 哹

Java:

char c = '\u54F9';
System.out.println(c);  // Output: 哹

JSON:

{"text": "\u54F9"}  // Value: 哹

Python:

char = '\u54F9'
print(char)  # Output: 哹

Perl:

my $char = "\x{54F9}";
print $char;  # Output: 哹

PHP:

$char = "\x{54F9}";
echo $char;  // Output: 哹

Ruby:

char = "\u{54F9}"
puts char  # Output: 哹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21753;</p>  <!-- Display: 哹 -->

HTML Hexadecimal:

<p>HTML hex: &#x54F9;</p>  <!-- Display: 哹 -->

URL Encoding:

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

Encodings

MD5:

2b31f9e7dae8f11e17f7f60a6ae63dd7

SHA1:

cea8734de1d0654fc21c10e695c8166383fbd225

Base64:

5ZO5