Unicode Finder

"囹" U+56F9(CJK UNIFIED IDEOGRAPH-56F9)

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

Programming

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

Web

CSS
\0056F9
HtmlDecimal
囹
HtmlHexadecimal
囹
Url
%E5%9B%B9

Code

MD5
0ddcba96b1ebcc9423dbd00e014002c2
Sha1
5c50d33f02a634d2cd52c7b2751025e39164270a
Base64
5Zu5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u56F9';
console.log(char);  // Output: 囹

Java:

char c = '\u56F9';
System.out.println(c);  // Output: 囹

JSON:

{"text": "\u56F9"}  // Value: 囹

Python:

char = '\u56F9'
print(char)  # Output: 囹

Perl:

my $char = "\x{56F9}";
print $char;  # Output: 囹

PHP:

$char = "\x{56F9}";
echo $char;  // Output: 囹

Ruby:

char = "\u{56F9}"
puts char  # Output: 囹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22265;</p>  <!-- Display: 囹 -->

HTML Hexadecimal:

<p>HTML hex: &#x56F9;</p>  <!-- Display: 囹 -->

URL Encoding:

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

Encodings

MD5:

0ddcba96b1ebcc9423dbd00e014002c2

SHA1:

5c50d33f02a634d2cd52c7b2751025e39164270a

Base64:

5Zu5