Unicode Finder

"镸" U+9578(CJK UNIFIED IDEOGRAPH-9578)

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

Programming

C
\u9578
JavaScript
\u9578
Java
\u9578
Json
\u9578
Python
\u9578
Perl
\x{9578}
PHP
\x{9578}
Ruby
\u{9578}
Rust
\u{9578}
Go
\u9578

Web

CSS
\009578
HtmlDecimal
镸
HtmlHexadecimal
镸
Url
%E9%95%B8

Code

MD5
a9d8c531cf0f4cbd0ccd4c0912765241
Sha1
73464d7e695c833e2d7a63a578e833769780cad4
Base64
6ZW4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9578';
console.log(char);  // Output: 镸

Java:

char c = '\u9578';
System.out.println(c);  // Output: 镸

JSON:

{"text": "\u9578"}  // Value: 镸

Python:

char = '\u9578'
print(char)  # Output: 镸

Perl:

my $char = "\x{9578}";
print $char;  # Output: 镸

PHP:

$char = "\x{9578}";
echo $char;  // Output: 镸

Ruby:

char = "\u{9578}"
puts char  # Output: 镸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009578";  /* Display: 镸 */
}

HTML Decimal:

<p>HTML decimal: &#38264;</p>  <!-- Display: 镸 -->

HTML Hexadecimal:

<p>HTML hex: &#x9578;</p>  <!-- Display: 镸 -->

URL Encoding:

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

Encodings

MD5:

a9d8c531cf0f4cbd0ccd4c0912765241

SHA1:

73464d7e695c833e2d7a63a578e833769780cad4

Base64:

6ZW4