Unicode Finder

"鑹" U+9479(CJK UNIFIED IDEOGRAPH-9479)

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

Programming

C
\u9479
JavaScript
\u9479
Java
\u9479
Json
\u9479
Python
\u9479
Perl
\x{9479}
PHP
\x{9479}
Ruby
\u{9479}
Rust
\u{9479}
Go
\u9479

Web

CSS
\009479
HtmlDecimal
鑹
HtmlHexadecimal
鑹
Url
%E9%91%B9

Code

MD5
3e506d4340b7f9262eb7611e40a4b65e
Sha1
97e8d8a996933644a274f0fec9eaac43dea6fb9d
Base64
6ZG5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9479';
console.log(char);  // Output: 鑹

Java:

char c = '\u9479';
System.out.println(c);  // Output: 鑹

JSON:

{"text": "\u9479"}  // Value: 鑹

Python:

char = '\u9479'
print(char)  # Output: 鑹

Perl:

my $char = "\x{9479}";
print $char;  # Output: 鑹

PHP:

$char = "\x{9479}";
echo $char;  // Output: 鑹

Ruby:

char = "\u{9479}"
puts char  # Output: 鑹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009479";  /* Display: 鑹 */
}

HTML Decimal:

<p>HTML decimal: &#38009;</p>  <!-- Display: 鑹 -->

HTML Hexadecimal:

<p>HTML hex: &#x9479;</p>  <!-- Display: 鑹 -->

URL Encoding:

// 鑹 URL encoding
https://unicodefinder.com/search.php?query=%E9%91%B9

Encodings

MD5:

3e506d4340b7f9262eb7611e40a4b65e

SHA1:

97e8d8a996933644a274f0fec9eaac43dea6fb9d

Base64:

6ZG5