Unicode Finder

"鉸" U+9278(CJK UNIFIED IDEOGRAPH-9278)

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

Programming

C
\u9278
JavaScript
\u9278
Java
\u9278
Json
\u9278
Python
\u9278
Perl
\x{9278}
PHP
\x{9278}
Ruby
\u{9278}
Rust
\u{9278}
Go
\u9278

Web

CSS
\009278
HtmlDecimal
鉸
HtmlHexadecimal
鉸
Url
%E9%89%B8

Code

MD5
3c1baf3deb3d2fac0a26eea006d14bbe
Sha1
7e4b4edcc04ad046c76b9fcdde61e9578c237480
Base64
6Ym4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9278';
console.log(char);  // Output: 鉸

Java:

char c = '\u9278';
System.out.println(c);  // Output: 鉸

JSON:

{"text": "\u9278"}  // Value: 鉸

Python:

char = '\u9278'
print(char)  # Output: 鉸

Perl:

my $char = "\x{9278}";
print $char;  # Output: 鉸

PHP:

$char = "\x{9278}";
echo $char;  // Output: 鉸

Ruby:

char = "\u{9278}"
puts char  # Output: 鉸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009278";  /* Display: 鉸 */
}

HTML Decimal:

<p>HTML decimal: &#37496;</p>  <!-- Display: 鉸 -->

HTML Hexadecimal:

<p>HTML hex: &#x9278;</p>  <!-- Display: 鉸 -->

URL Encoding:

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

Encodings

MD5:

3c1baf3deb3d2fac0a26eea006d14bbe

SHA1:

7e4b4edcc04ad046c76b9fcdde61e9578c237480

Base64:

6Ym4