Unicode Finder

"镴" U+9574(CJK UNIFIED IDEOGRAPH-9574)

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

Programming

C
\u9574
JavaScript
\u9574
Java
\u9574
Json
\u9574
Python
\u9574
Perl
\x{9574}
PHP
\x{9574}
Ruby
\u{9574}
Rust
\u{9574}
Go
\u9574

Web

CSS
\009574
HtmlDecimal
镴
HtmlHexadecimal
镴
Url
%E9%95%B4

Code

MD5
cc28895a21d49a961c86f912177d85ab
Sha1
b3015a0519fb1dd3e62032dad575d0fbb58bafe0
Base64
6ZW0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9574';
console.log(char);  // Output: 镴

Java:

char c = '\u9574';
System.out.println(c);  // Output: 镴

JSON:

{"text": "\u9574"}  // Value: 镴

Python:

char = '\u9574'
print(char)  # Output: 镴

Perl:

my $char = "\x{9574}";
print $char;  # Output: 镴

PHP:

$char = "\x{9574}";
echo $char;  // Output: 镴

Ruby:

char = "\u{9574}"
puts char  # Output: 镴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009574";  /* Display: 镴 */
}

HTML Decimal:

<p>HTML decimal: &#38260;</p>  <!-- Display: 镴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9574;</p>  <!-- Display: 镴 -->

URL Encoding:

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

Encodings

MD5:

cc28895a21d49a961c86f912177d85ab

SHA1:

b3015a0519fb1dd3e62032dad575d0fbb58bafe0

Base64:

6ZW0