Unicode Finder

"卻" U+537B(CJK UNIFIED IDEOGRAPH-537B)

U+537B
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-537B

Programming

C
\u537B
JavaScript
\u537B
Java
\u537B
Json
\u537B
Python
\u537B
Perl
\x{537B}
PHP
\x{537B}
Ruby
\u{537B}
Rust
\u{537B}
Go
\u537B

Web

CSS
\00537B
HtmlDecimal
卻
HtmlHexadecimal
卻
Url
%E5%8D%BB

Code

MD5
0a2cdd2594835a2213d0279a21e6403d
Sha1
5732a44c46821d154d9ca7a7eaa2176430ec5a24
Base64
5Y27

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u537B';
console.log(char);  // Output: 卻

Java:

char c = '\u537B';
System.out.println(c);  // Output: 卻

JSON:

{"text": "\u537B"}  // Value: 卻

Python:

char = '\u537B'
print(char)  # Output: 卻

Perl:

my $char = "\x{537B}";
print $char;  # Output: 卻

PHP:

$char = "\x{537B}";
echo $char;  // Output: 卻

Ruby:

char = "\u{537B}"
puts char  # Output: 卻

Rust:

let c = '\u{537B}';
println!("{}", c);  // Output: 卻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00537B";  /* Display: 卻 */
}

HTML Decimal:

<p>HTML decimal: &#21371;</p>  <!-- Display: 卻 -->

HTML Hexadecimal:

<p>HTML hex: &#x537B;</p>  <!-- Display: 卻 -->

URL Encoding:

// 卻 URL encoding
https://unicodefinder.com/search.php?query=%E5%8D%BB

Encodings

MD5:

0a2cdd2594835a2213d0279a21e6403d

SHA1:

5732a44c46821d154d9ca7a7eaa2176430ec5a24

Base64:

5Y27