Unicode Finder

"鄹" U+9139(CJK UNIFIED IDEOGRAPH-9139)

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

Programming

C
\u9139
JavaScript
\u9139
Java
\u9139
Json
\u9139
Python
\u9139
Perl
\x{9139}
PHP
\x{9139}
Ruby
\u{9139}
Rust
\u{9139}
Go
\u9139

Web

CSS
\009139
HtmlDecimal
鄹
HtmlHexadecimal
鄹
Url
%E9%84%B9

Code

MD5
33344c43f09fe60f56506e4c3630eade
Sha1
30e7bfcdcdf7102932b580a249d0553457aaaddc
Base64
6YS5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9139';
console.log(char);  // Output: 鄹

Java:

char c = '\u9139';
System.out.println(c);  // Output: 鄹

JSON:

{"text": "\u9139"}  // Value: 鄹

Python:

char = '\u9139'
print(char)  # Output: 鄹

Perl:

my $char = "\x{9139}";
print $char;  # Output: 鄹

PHP:

$char = "\x{9139}";
echo $char;  // Output: 鄹

Ruby:

char = "\u{9139}"
puts char  # Output: 鄹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009139";  /* Display: 鄹 */
}

HTML Decimal:

<p>HTML decimal: &#37177;</p>  <!-- Display: 鄹 -->

HTML Hexadecimal:

<p>HTML hex: &#x9139;</p>  <!-- Display: 鄹 -->

URL Encoding:

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

Encodings

MD5:

33344c43f09fe60f56506e4c3630eade

SHA1:

30e7bfcdcdf7102932b580a249d0553457aaaddc

Base64:

6YS5