Unicode Finder

"鉶" U+9276(CJK UNIFIED IDEOGRAPH-9276)

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

Programming

C
\u9276
JavaScript
\u9276
Java
\u9276
Json
\u9276
Python
\u9276
Perl
\x{9276}
PHP
\x{9276}
Ruby
\u{9276}
Rust
\u{9276}
Go
\u9276

Web

CSS
\009276
HtmlDecimal
鉶
HtmlHexadecimal
鉶
Url
%E9%89%B6

Code

MD5
489675a6fd659ef6a65721cf89efcbe8
Sha1
0b5f66d76fb1a23fc7ee463e0565d4a68b0e80a5
Base64
6Ym2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9276';
console.log(char);  // Output: 鉶

Java:

char c = '\u9276';
System.out.println(c);  // Output: 鉶

JSON:

{"text": "\u9276"}  // Value: 鉶

Python:

char = '\u9276'
print(char)  # Output: 鉶

Perl:

my $char = "\x{9276}";
print $char;  # Output: 鉶

PHP:

$char = "\x{9276}";
echo $char;  // Output: 鉶

Ruby:

char = "\u{9276}"
puts char  # Output: 鉶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009276";  /* Display: 鉶 */
}

HTML Decimal:

<p>HTML decimal: &#37494;</p>  <!-- Display: 鉶 -->

HTML Hexadecimal:

<p>HTML hex: &#x9276;</p>  <!-- Display: 鉶 -->

URL Encoding:

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

Encodings

MD5:

489675a6fd659ef6a65721cf89efcbe8

SHA1:

0b5f66d76fb1a23fc7ee463e0565d4a68b0e80a5

Base64:

6Ym2