Unicode Finder

"蔷" U+8537(CJK UNIFIED IDEOGRAPH-8537)

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

Programming

C
\u8537
JavaScript
\u8537
Java
\u8537
Json
\u8537
Python
\u8537
Perl
\x{8537}
PHP
\x{8537}
Ruby
\u{8537}
Rust
\u{8537}
Go
\u8537

Web

CSS
\008537
HtmlDecimal
蔷
HtmlHexadecimal
蔷
Url
%E8%94%B7

Code

MD5
198cf29d7601102c6473469b3a3835be
Sha1
cb1ac470a32c4d78d260339af5cc3da85da3551c
Base64
6JS3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8537';
console.log(char);  // Output: 蔷

Java:

char c = '\u8537';
System.out.println(c);  // Output: 蔷

JSON:

{"text": "\u8537"}  // Value: 蔷

Python:

char = '\u8537'
print(char)  # Output: 蔷

Perl:

my $char = "\x{8537}";
print $char;  # Output: 蔷

PHP:

$char = "\x{8537}";
echo $char;  // Output: 蔷

Ruby:

char = "\u{8537}"
puts char  # Output: 蔷

Rust:

let c = '\u{8537}';
println!("{}", c);  // Output: 蔷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008537";  /* Display: 蔷 */
}

HTML Decimal:

<p>HTML decimal: &#34103;</p>  <!-- Display: 蔷 -->

HTML Hexadecimal:

<p>HTML hex: &#x8537;</p>  <!-- Display: 蔷 -->

URL Encoding:

// 蔷 URL encoding
https://unicodefinder.com/search.php?query=%E8%94%B7

Encodings

MD5:

198cf29d7601102c6473469b3a3835be

SHA1:

cb1ac470a32c4d78d260339af5cc3da85da3551c

Base64:

6JS3