Unicode Finder

"鉴" U+9274(CJK UNIFIED IDEOGRAPH-9274)

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

Programming

C
\u9274
JavaScript
\u9274
Java
\u9274
Json
\u9274
Python
\u9274
Perl
\x{9274}
PHP
\x{9274}
Ruby
\u{9274}
Rust
\u{9274}
Go
\u9274

Web

CSS
\009274
HtmlDecimal
鉴
HtmlHexadecimal
鉴
Url
%E9%89%B4

Code

MD5
8b3310f97d7578692fb203d82c07e88a
Sha1
657beb1c091339cffb517762048323e3d022681a
Base64
6Ym0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9274';
console.log(char);  // Output: 鉴

Java:

char c = '\u9274';
System.out.println(c);  // Output: 鉴

JSON:

{"text": "\u9274"}  // Value: 鉴

Python:

char = '\u9274'
print(char)  # Output: 鉴

Perl:

my $char = "\x{9274}";
print $char;  # Output: 鉴

PHP:

$char = "\x{9274}";
echo $char;  // Output: 鉴

Ruby:

char = "\u{9274}"
puts char  # Output: 鉴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009274";  /* Display: 鉴 */
}

HTML Decimal:

<p>HTML decimal: &#37492;</p>  <!-- Display: 鉴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9274;</p>  <!-- Display: 鉴 -->

URL Encoding:

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

Encodings

MD5:

8b3310f97d7578692fb203d82c07e88a

SHA1:

657beb1c091339cffb517762048323e3d022681a

Base64:

6Ym0