Unicode Finder

"鉼" U+927C(CJK UNIFIED IDEOGRAPH-927C)

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

Programming

C
\u927C
JavaScript
\u927C
Java
\u927C
Json
\u927C
Python
\u927C
Perl
\x{927C}
PHP
\x{927C}
Ruby
\u{927C}
Rust
\u{927C}
Go
\u927C

Web

CSS
\00927C
HtmlDecimal
鉼
HtmlHexadecimal
鉼
Url
%E9%89%BC

Code

MD5
cc4812b19737dfa89624003109205c60
Sha1
db0f0524cdb6407802ae9a2448b48d2ac4b6a815
Base64
6Ym8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u927C';
console.log(char);  // Output: 鉼

Java:

char c = '\u927C';
System.out.println(c);  // Output: 鉼

JSON:

{"text": "\u927C"}  // Value: 鉼

Python:

char = '\u927C'
print(char)  # Output: 鉼

Perl:

my $char = "\x{927C}";
print $char;  # Output: 鉼

PHP:

$char = "\x{927C}";
echo $char;  // Output: 鉼

Ruby:

char = "\u{927C}"
puts char  # Output: 鉼

Rust:

let c = '\u{927C}';
println!("{}", c);  // Output: 鉼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00927C";  /* Display: 鉼 */
}

HTML Decimal:

<p>HTML decimal: &#37500;</p>  <!-- Display: 鉼 -->

HTML Hexadecimal:

<p>HTML hex: &#x927C;</p>  <!-- Display: 鉼 -->

URL Encoding:

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

Encodings

MD5:

cc4812b19737dfa89624003109205c60

SHA1:

db0f0524cdb6407802ae9a2448b48d2ac4b6a815

Base64:

6Ym8