Unicode Finder

"囷" U+56F7(CJK UNIFIED IDEOGRAPH-56F7)

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

Programming

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

Web

CSS
\0056F7
HtmlDecimal
囷
HtmlHexadecimal
囷
Url
%E5%9B%B7

Code

MD5
8dc9a17369c41e3f506a586e53e9e401
Sha1
cd862f38513da68ff0ce6ed0c07396f449f0c1c6
Base64
5Zu3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u56F7';
console.log(char);  // Output: 囷

Java:

char c = '\u56F7';
System.out.println(c);  // Output: 囷

JSON:

{"text": "\u56F7"}  // Value: 囷

Python:

char = '\u56F7'
print(char)  # Output: 囷

Perl:

my $char = "\x{56F7}";
print $char;  # Output: 囷

PHP:

$char = "\x{56F7}";
echo $char;  // Output: 囷

Ruby:

char = "\u{56F7}"
puts char  # Output: 囷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22263;</p>  <!-- Display: 囷 -->

HTML Hexadecimal:

<p>HTML hex: &#x56F7;</p>  <!-- Display: 囷 -->

URL Encoding:

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

Encodings

MD5:

8dc9a17369c41e3f506a586e53e9e401

SHA1:

cd862f38513da68ff0ce6ed0c07396f449f0c1c6

Base64:

5Zu3