Unicode Finder

"哶" U+54F6(CJK UNIFIED IDEOGRAPH-54F6)

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

Programming

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

Web

CSS
\0054F6
HtmlDecimal
哶
HtmlHexadecimal
哶
Url
%E5%93%B6

Code

MD5
b42cbe3296cf7377f3e1fb3f8633860c
Sha1
7adaea63bbc6379d268f774302c0fce7bcbe8010
Base64
5ZO2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u54F6';
console.log(char);  // Output: 哶

Java:

char c = '\u54F6';
System.out.println(c);  // Output: 哶

JSON:

{"text": "\u54F6"}  // Value: 哶

Python:

char = '\u54F6'
print(char)  # Output: 哶

Perl:

my $char = "\x{54F6}";
print $char;  # Output: 哶

PHP:

$char = "\x{54F6}";
echo $char;  // Output: 哶

Ruby:

char = "\u{54F6}"
puts char  # Output: 哶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21750;</p>  <!-- Display: 哶 -->

HTML Hexadecimal:

<p>HTML hex: &#x54F6;</p>  <!-- Display: 哶 -->

URL Encoding:

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

Encodings

MD5:

b42cbe3296cf7377f3e1fb3f8633860c

SHA1:

7adaea63bbc6379d268f774302c0fce7bcbe8010

Base64:

5ZO2