Unicode Finder

"褴" U+8934(CJK UNIFIED IDEOGRAPH-8934)

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

Programming

C
\u8934
JavaScript
\u8934
Java
\u8934
Json
\u8934
Python
\u8934
Perl
\x{8934}
PHP
\x{8934}
Ruby
\u{8934}
Rust
\u{8934}
Go
\u8934

Web

CSS
\008934
HtmlDecimal
褴
HtmlHexadecimal
褴
Url
%E8%A4%B4

Code

MD5
f17ca938c52963f9e9f8179a798312b7
Sha1
85e7b06d075929a69356d6576266b6e46c70d57b
Base64
6KS0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8934';
console.log(char);  // Output: 褴

Java:

char c = '\u8934';
System.out.println(c);  // Output: 褴

JSON:

{"text": "\u8934"}  // Value: 褴

Python:

char = '\u8934'
print(char)  # Output: 褴

Perl:

my $char = "\x{8934}";
print $char;  # Output: 褴

PHP:

$char = "\x{8934}";
echo $char;  // Output: 褴

Ruby:

char = "\u{8934}"
puts char  # Output: 褴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008934";  /* Display: 褴 */
}

HTML Decimal:

<p>HTML decimal: &#35124;</p>  <!-- Display: 褴 -->

HTML Hexadecimal:

<p>HTML hex: &#x8934;</p>  <!-- Display: 褴 -->

URL Encoding:

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

Encodings

MD5:

f17ca938c52963f9e9f8179a798312b7

SHA1:

85e7b06d075929a69356d6576266b6e46c70d57b

Base64:

6KS0