Unicode Finder

"叽" U+53FD(CJK UNIFIED IDEOGRAPH-53FD)

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

Programming

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

Web

CSS
\0053FD
HtmlDecimal
叽
HtmlHexadecimal
叽
Url
%E5%8F%BD

Code

MD5
b918b7fb6d72b36ddb9317c728f73caf
Sha1
4f716595b6d1c3816840efb6a35bb5c3e3721bc3
Base64
5Y+9

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u53FD';
console.log(char);  // Output: 叽

Java:

char c = '\u53FD';
System.out.println(c);  // Output: 叽

JSON:

{"text": "\u53FD"}  // Value: 叽

Python:

char = '\u53FD'
print(char)  # Output: 叽

Perl:

my $char = "\x{53FD}";
print $char;  # Output: 叽

PHP:

$char = "\x{53FD}";
echo $char;  // Output: 叽

Ruby:

char = "\u{53FD}"
puts char  # Output: 叽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21501;</p>  <!-- Display: 叽 -->

HTML Hexadecimal:

<p>HTML hex: &#x53FD;</p>  <!-- Display: 叽 -->

URL Encoding:

// 叽 URL encoding
https://unicodefinder.com/search.php?query=%E5%8F%BD

Encodings

MD5:

b918b7fb6d72b36ddb9317c728f73caf

SHA1:

4f716595b6d1c3816840efb6a35bb5c3e3721bc3

Base64:

5Y+9