Unicode Finder

"鄵" U+9135(CJK UNIFIED IDEOGRAPH-9135)

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

Programming

C
\u9135
JavaScript
\u9135
Java
\u9135
Json
\u9135
Python
\u9135
Perl
\x{9135}
PHP
\x{9135}
Ruby
\u{9135}
Rust
\u{9135}
Go
\u9135

Web

CSS
\009135
HtmlDecimal
鄵
HtmlHexadecimal
鄵
Url
%E9%84%B5

Code

MD5
d07584dace351c1aae2fd324d32e7e71
Sha1
ad0a713d03b7a4fdbf2d44e17b62b851232a6825
Base64
6YS1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9135';
console.log(char);  // Output: 鄵

Java:

char c = '\u9135';
System.out.println(c);  // Output: 鄵

JSON:

{"text": "\u9135"}  // Value: 鄵

Python:

char = '\u9135'
print(char)  # Output: 鄵

Perl:

my $char = "\x{9135}";
print $char;  # Output: 鄵

PHP:

$char = "\x{9135}";
echo $char;  // Output: 鄵

Ruby:

char = "\u{9135}"
puts char  # Output: 鄵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009135";  /* Display: 鄵 */
}

HTML Decimal:

<p>HTML decimal: &#37173;</p>  <!-- Display: 鄵 -->

HTML Hexadecimal:

<p>HTML hex: &#x9135;</p>  <!-- Display: 鄵 -->

URL Encoding:

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

Encodings

MD5:

d07584dace351c1aae2fd324d32e7e71

SHA1:

ad0a713d03b7a4fdbf2d44e17b62b851232a6825

Base64:

6YS1