Unicode Finder

"鉷" U+9277(CJK UNIFIED IDEOGRAPH-9277)

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

Programming

C
\u9277
JavaScript
\u9277
Java
\u9277
Json
\u9277
Python
\u9277
Perl
\x{9277}
PHP
\x{9277}
Ruby
\u{9277}
Rust
\u{9277}
Go
\u9277

Web

CSS
\009277
HtmlDecimal
鉷
HtmlHexadecimal
鉷
Url
%E9%89%B7

Code

MD5
17924a40afde8e6fb1eabc2718398d5f
Sha1
08ebf7086ca972d89d9c98dfdf57d79130081314
Base64
6Ym3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9277';
console.log(char);  // Output: 鉷

Java:

char c = '\u9277';
System.out.println(c);  // Output: 鉷

JSON:

{"text": "\u9277"}  // Value: 鉷

Python:

char = '\u9277'
print(char)  # Output: 鉷

Perl:

my $char = "\x{9277}";
print $char;  # Output: 鉷

PHP:

$char = "\x{9277}";
echo $char;  // Output: 鉷

Ruby:

char = "\u{9277}"
puts char  # Output: 鉷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009277";  /* Display: 鉷 */
}

HTML Decimal:

<p>HTML decimal: &#37495;</p>  <!-- Display: 鉷 -->

HTML Hexadecimal:

<p>HTML hex: &#x9277;</p>  <!-- Display: 鉷 -->

URL Encoding:

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

Encodings

MD5:

17924a40afde8e6fb1eabc2718398d5f

SHA1:

08ebf7086ca972d89d9c98dfdf57d79130081314

Base64:

6Ym3