Unicode Finder

"褸" U+8938(CJK UNIFIED IDEOGRAPH-8938)

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

Programming

C
\u8938
JavaScript
\u8938
Java
\u8938
Json
\u8938
Python
\u8938
Perl
\x{8938}
PHP
\x{8938}
Ruby
\u{8938}
Rust
\u{8938}
Go
\u8938

Web

CSS
\008938
HtmlDecimal
褸
HtmlHexadecimal
褸
Url
%E8%A4%B8

Code

MD5
063dd6df8fb1c821c9a8be1419dc9113
Sha1
7178d3e1787e0399cebe5eb31a0b6ef415b0e1b9
Base64
6KS4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8938';
console.log(char);  // Output: 褸

Java:

char c = '\u8938';
System.out.println(c);  // Output: 褸

JSON:

{"text": "\u8938"}  // Value: 褸

Python:

char = '\u8938'
print(char)  # Output: 褸

Perl:

my $char = "\x{8938}";
print $char;  # Output: 褸

PHP:

$char = "\x{8938}";
echo $char;  // Output: 褸

Ruby:

char = "\u{8938}"
puts char  # Output: 褸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008938";  /* Display: 褸 */
}

HTML Decimal:

<p>HTML decimal: &#35128;</p>  <!-- Display: 褸 -->

HTML Hexadecimal:

<p>HTML hex: &#x8938;</p>  <!-- Display: 褸 -->

URL Encoding:

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

Encodings

MD5:

063dd6df8fb1c821c9a8be1419dc9113

SHA1:

7178d3e1787e0399cebe5eb31a0b6ef415b0e1b9

Base64:

6KS4