Unicode Finder

"鏒" U+93D2(CJK UNIFIED IDEOGRAPH-93D2)

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

Programming

C
\u93D2
JavaScript
\u93D2
Java
\u93D2
Json
\u93D2
Python
\u93D2
Perl
\x{93D2}
PHP
\x{93D2}
Ruby
\u{93D2}
Rust
\u{93D2}
Go
\u93D2

Web

CSS
\0093D2
HtmlDecimal
鏒
HtmlHexadecimal
鏒
Url
%E9%8F%92

Code

MD5
502a7c9a4037ffa51ee611289a7d84fb
Sha1
fef62297695509c337d361a965875386009c2d12
Base64
6Y+S

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u93D2';
console.log(char);  // Output: 鏒

Java:

char c = '\u93D2';
System.out.println(c);  // Output: 鏒

JSON:

{"text": "\u93D2"}  // Value: 鏒

Python:

char = '\u93D2'
print(char)  # Output: 鏒

Perl:

my $char = "\x{93D2}";
print $char;  # Output: 鏒

PHP:

$char = "\x{93D2}";
echo $char;  // Output: 鏒

Ruby:

char = "\u{93D2}"
puts char  # Output: 鏒

Rust:

let c = '\u{93D2}';
println!("{}", c);  // Output: 鏒

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0093D2";  /* Display: 鏒 */
}

HTML Decimal:

<p>HTML decimal: &#37842;</p>  <!-- Display: 鏒 -->

HTML Hexadecimal:

<p>HTML hex: &#x93D2;</p>  <!-- Display: 鏒 -->

URL Encoding:

// 鏒 URL encoding
https://unicodefinder.com/search.php?query=%E9%8F%92

Encodings

MD5:

502a7c9a4037ffa51ee611289a7d84fb

SHA1:

fef62297695509c337d361a965875386009c2d12

Base64:

6Y+S