Unicode Finder

"珫" U+73EB(CJK UNIFIED IDEOGRAPH-73EB)

U+73EB
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-73EB

Programming

C
\u73EB
JavaScript
\u73EB
Java
\u73EB
Json
\u73EB
Python
\u73EB
Perl
\x{73EB}
PHP
\x{73EB}
Ruby
\u{73EB}
Rust
\u{73EB}
Go
\u73EB

Web

CSS
\0073EB
HtmlDecimal
珫
HtmlHexadecimal
珫
Url
%E7%8F%AB

Code

MD5
451587da7d25ce490b61635db3e5440c
Sha1
dbe703a120196245cef9cdd310734605ba8f1751
Base64
54+r

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u73EB';
console.log(char);  // Output: 珫

Java:

char c = '\u73EB';
System.out.println(c);  // Output: 珫

JSON:

{"text": "\u73EB"}  // Value: 珫

Python:

char = '\u73EB'
print(char)  # Output: 珫

Perl:

my $char = "\x{73EB}";
print $char;  # Output: 珫

PHP:

$char = "\x{73EB}";
echo $char;  // Output: 珫

Ruby:

char = "\u{73EB}"
puts char  # Output: 珫

Rust:

let c = '\u{73EB}';
println!("{}", c);  // Output: 珫

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0073EB";  /* Display: 珫 */
}

HTML Decimal:

<p>HTML decimal: &#29675;</p>  <!-- Display: 珫 -->

HTML Hexadecimal:

<p>HTML hex: &#x73EB;</p>  <!-- Display: 珫 -->

URL Encoding:

// 珫 URL encoding
https://unicodefinder.com/search.php?query=%E7%8F%AB

Encodings

MD5:

451587da7d25ce490b61635db3e5440c

SHA1:

dbe703a120196245cef9cdd310734605ba8f1751

Base64:

54+r