Unicode Finder

"鉵" U+9275(CJK UNIFIED IDEOGRAPH-9275)

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

Programming

C
\u9275
JavaScript
\u9275
Java
\u9275
Json
\u9275
Python
\u9275
Perl
\x{9275}
PHP
\x{9275}
Ruby
\u{9275}
Rust
\u{9275}
Go
\u9275

Web

CSS
\009275
HtmlDecimal
鉵
HtmlHexadecimal
鉵
Url
%E9%89%B5

Code

MD5
3fcb2286ef37d9b003be9a3d06b6c0ab
Sha1
7e32b55ba1944e0eafde00fc046b8acfdf5dcb39
Base64
6Ym1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9275';
console.log(char);  // Output: 鉵

Java:

char c = '\u9275';
System.out.println(c);  // Output: 鉵

JSON:

{"text": "\u9275"}  // Value: 鉵

Python:

char = '\u9275'
print(char)  # Output: 鉵

Perl:

my $char = "\x{9275}";
print $char;  # Output: 鉵

PHP:

$char = "\x{9275}";
echo $char;  // Output: 鉵

Ruby:

char = "\u{9275}"
puts char  # Output: 鉵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009275";  /* Display: 鉵 */
}

HTML Decimal:

<p>HTML decimal: &#37493;</p>  <!-- Display: 鉵 -->

HTML Hexadecimal:

<p>HTML hex: &#x9275;</p>  <!-- Display: 鉵 -->

URL Encoding:

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

Encodings

MD5:

3fcb2286ef37d9b003be9a3d06b6c0ab

SHA1:

7e32b55ba1944e0eafde00fc046b8acfdf5dcb39

Base64:

6Ym1