Unicode Finder

"卽" U+537D(CJK UNIFIED IDEOGRAPH-537D)

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

Programming

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

Web

CSS
\00537D
HtmlDecimal
卽
HtmlHexadecimal
卽
Url
%E5%8D%BD

Code

MD5
2a9597d62ebf08866b75c88dd0f54015
Sha1
336e6b2d05b77d2766f86a7ac59823a9658efd70
Base64
5Y29

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u537D';
console.log(char);  // Output: 卽

Java:

char c = '\u537D';
System.out.println(c);  // Output: 卽

JSON:

{"text": "\u537D"}  // Value: 卽

Python:

char = '\u537D'
print(char)  # Output: 卽

Perl:

my $char = "\x{537D}";
print $char;  # Output: 卽

PHP:

$char = "\x{537D}";
echo $char;  // Output: 卽

Ruby:

char = "\u{537D}"
puts char  # Output: 卽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21373;</p>  <!-- Display: 卽 -->

HTML Hexadecimal:

<p>HTML hex: &#x537D;</p>  <!-- Display: 卽 -->

URL Encoding:

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

Encodings

MD5:

2a9597d62ebf08866b75c88dd0f54015

SHA1:

336e6b2d05b77d2766f86a7ac59823a9658efd70

Base64:

5Y29