Unicode Finder

"哴" U+54F4(CJK UNIFIED IDEOGRAPH-54F4)

U+54F4
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-54F4

Programming

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

Web

CSS
\0054F4
HtmlDecimal
哴
HtmlHexadecimal
哴
Url
%E5%93%B4

Code

MD5
7951a9d919ad8eea231baca596091b2b
Sha1
d0106eda8992966b0d6a6f2cd700fba377c80194
Base64
5ZO0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u54F4';
console.log(char);  // Output: 哴

Java:

char c = '\u54F4';
System.out.println(c);  // Output: 哴

JSON:

{"text": "\u54F4"}  // Value: 哴

Python:

char = '\u54F4'
print(char)  # Output: 哴

Perl:

my $char = "\x{54F4}";
print $char;  # Output: 哴

PHP:

$char = "\x{54F4}";
echo $char;  // Output: 哴

Ruby:

char = "\u{54F4}"
puts char  # Output: 哴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21748;</p>  <!-- Display: 哴 -->

HTML Hexadecimal:

<p>HTML hex: &#x54F4;</p>  <!-- Display: 哴 -->

URL Encoding:

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

Encodings

MD5:

7951a9d919ad8eea231baca596091b2b

SHA1:

d0106eda8992966b0d6a6f2cd700fba377c80194

Base64:

5ZO0