Unicode Finder

"国" U+56FD(CJK UNIFIED IDEOGRAPH-56FD)

U+56FD
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-56FD

Programming

C
\u56FD
JavaScript
\u56FD
Java
\u56FD
Json
\u56FD
Python
\u56FD
Perl
\x{56FD}
PHP
\x{56FD}
Ruby
\u{56FD}
Rust
\u{56FD}
Go
\u56FD

Web

CSS
\0056FD
HtmlDecimal
国
HtmlHexadecimal
国
Url
%E5%9B%BD

Code

MD5
62f8ae5410fdbd852d35c4fdc6e5e363
Sha1
f4bba5643a36e3e8a18344ed69240389a87385d1
Base64
5Zu9

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u56FD';
console.log(char);  // Output: 国

Java:

char c = '\u56FD';
System.out.println(c);  // Output: 国

JSON:

{"text": "\u56FD"}  // Value: 国

Python:

char = '\u56FD'
print(char)  # Output: 国

Perl:

my $char = "\x{56FD}";
print $char;  # Output: 国

PHP:

$char = "\x{56FD}";
echo $char;  // Output: 国

Ruby:

char = "\u{56FD}"
puts char  # Output: 国

Rust:

let c = '\u{56FD}';
println!("{}", c);  // Output: 国

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0056FD";  /* Display: 国 */
}

HTML Decimal:

<p>HTML decimal: &#22269;</p>  <!-- Display: 国 -->

HTML Hexadecimal:

<p>HTML hex: &#x56FD;</p>  <!-- Display: 国 -->

URL Encoding:

// 国 URL encoding
https://unicodefinder.com/search.php?query=%E5%9B%BD

Encodings

MD5:

62f8ae5410fdbd852d35c4fdc6e5e363

SHA1:

f4bba5643a36e3e8a18344ed69240389a87385d1

Base64:

5Zu9