Unicode Finder

"儹" U+5139(CJK UNIFIED IDEOGRAPH-5139)

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

Programming

C
\u5139
JavaScript
\u5139
Java
\u5139
Json
\u5139
Python
\u5139
Perl
\x{5139}
PHP
\x{5139}
Ruby
\u{5139}
Rust
\u{5139}
Go
\u5139

Web

CSS
\005139
HtmlDecimal
儹
HtmlHexadecimal
儹
Url
%E5%84%B9

Code

MD5
3888929c6e04425abb0583095a9d2378
Sha1
3b71d9fe8b860dda02f66298166df6f4c2db7ae9
Base64
5YS5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5139';
console.log(char);  // Output: 儹

Java:

char c = '\u5139';
System.out.println(c);  // Output: 儹

JSON:

{"text": "\u5139"}  // Value: 儹

Python:

char = '\u5139'
print(char)  # Output: 儹

Perl:

my $char = "\x{5139}";
print $char;  # Output: 儹

PHP:

$char = "\x{5139}";
echo $char;  // Output: 儹

Ruby:

char = "\u{5139}"
puts char  # Output: 儹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005139";  /* Display: 儹 */
}

HTML Decimal:

<p>HTML decimal: &#20793;</p>  <!-- Display: 儹 -->

HTML Hexadecimal:

<p>HTML hex: &#x5139;</p>  <!-- Display: 儹 -->

URL Encoding:

// 儹 URL encoding
https://unicodefinder.com/search.php?query=%E5%84%B9

Encodings

MD5:

3888929c6e04425abb0583095a9d2378

SHA1:

3b71d9fe8b860dda02f66298166df6f4c2db7ae9

Base64:

5YS5