Unicode Finder

"鎻" U+93BB(CJK UNIFIED IDEOGRAPH-93BB)

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

Programming

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

Web

CSS
\0093BB
HtmlDecimal
鎻
HtmlHexadecimal
鎻
Url
%E9%8E%BB

Code

MD5
50d23a08cad712773cc3569eeecef313
Sha1
a8f3d87b6785ab1f910b76b08acfaefe19788b33
Base64
6Y67

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u93BB';
console.log(char);  // Output: 鎻

Java:

char c = '\u93BB';
System.out.println(c);  // Output: 鎻

JSON:

{"text": "\u93BB"}  // Value: 鎻

Python:

char = '\u93BB'
print(char)  # Output: 鎻

Perl:

my $char = "\x{93BB}";
print $char;  # Output: 鎻

PHP:

$char = "\x{93BB}";
echo $char;  // Output: 鎻

Ruby:

char = "\u{93BB}"
puts char  # Output: 鎻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37819;</p>  <!-- Display: 鎻 -->

HTML Hexadecimal:

<p>HTML hex: &#x93BB;</p>  <!-- Display: 鎻 -->

URL Encoding:

// 鎻 URL encoding
https://unicodefinder.com/search.php?query=%E9%8E%BB

Encodings

MD5:

50d23a08cad712773cc3569eeecef313

SHA1:

a8f3d87b6785ab1f910b76b08acfaefe19788b33

Base64:

6Y67