Unicode Finder

"镹" U+9579(CJK UNIFIED IDEOGRAPH-9579)

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

Programming

C
\u9579
JavaScript
\u9579
Java
\u9579
Json
\u9579
Python
\u9579
Perl
\x{9579}
PHP
\x{9579}
Ruby
\u{9579}
Rust
\u{9579}
Go
\u9579

Web

CSS
\009579
HtmlDecimal
镹
HtmlHexadecimal
镹
Url
%E9%95%B9

Code

MD5
8cdfb28e059da7d96574d9b43f59a3a6
Sha1
5ed60088cf1dd00207bad01ef08438c3e8ffba44
Base64
6ZW5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9579';
console.log(char);  // Output: 镹

Java:

char c = '\u9579';
System.out.println(c);  // Output: 镹

JSON:

{"text": "\u9579"}  // Value: 镹

Python:

char = '\u9579'
print(char)  # Output: 镹

Perl:

my $char = "\x{9579}";
print $char;  # Output: 镹

PHP:

$char = "\x{9579}";
echo $char;  // Output: 镹

Ruby:

char = "\u{9579}"
puts char  # Output: 镹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009579";  /* Display: 镹 */
}

HTML Decimal:

<p>HTML decimal: &#38265;</p>  <!-- Display: 镹 -->

HTML Hexadecimal:

<p>HTML hex: &#x9579;</p>  <!-- Display: 镹 -->

URL Encoding:

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

Encodings

MD5:

8cdfb28e059da7d96574d9b43f59a3a6

SHA1:

5ed60088cf1dd00207bad01ef08438c3e8ffba44

Base64:

6ZW5