Unicode Finder

"褷" U+8937(CJK UNIFIED IDEOGRAPH-8937)

U+8937
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8937

Programming

C
\u8937
JavaScript
\u8937
Java
\u8937
Json
\u8937
Python
\u8937
Perl
\x{8937}
PHP
\x{8937}
Ruby
\u{8937}
Rust
\u{8937}
Go
\u8937

Web

CSS
\008937
HtmlDecimal
褷
HtmlHexadecimal
褷
Url
%E8%A4%B7

Code

MD5
f90b03b93443c69a98e74a5c1d4e636b
Sha1
22b4f8b14b37ed17ad140ce0a5b47dfacef5c57b
Base64
6KS3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8937';
console.log(char);  // Output: 褷

Java:

char c = '\u8937';
System.out.println(c);  // Output: 褷

JSON:

{"text": "\u8937"}  // Value: 褷

Python:

char = '\u8937'
print(char)  # Output: 褷

Perl:

my $char = "\x{8937}";
print $char;  # Output: 褷

PHP:

$char = "\x{8937}";
echo $char;  // Output: 褷

Ruby:

char = "\u{8937}"
puts char  # Output: 褷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008937";  /* Display: 褷 */
}

HTML Decimal:

<p>HTML decimal: &#35127;</p>  <!-- Display: 褷 -->

HTML Hexadecimal:

<p>HTML hex: &#x8937;</p>  <!-- Display: 褷 -->

URL Encoding:

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

Encodings

MD5:

f90b03b93443c69a98e74a5c1d4e636b

SHA1:

22b4f8b14b37ed17ad140ce0a5b47dfacef5c57b

Base64:

6KS3