Unicode Finder

"嬟" U+5B1F(CJK UNIFIED IDEOGRAPH-5B1F)

U+5B1F
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-5B1F

Programming

C
\u5B1F
JavaScript
\u5B1F
Java
\u5B1F
Json
\u5B1F
Python
\u5B1F
Perl
\x{5B1F}
PHP
\x{5B1F}
Ruby
\u{5B1F}
Rust
\u{5B1F}
Go
\u5B1F

Web

CSS
\005B1F
HtmlDecimal
嬟
HtmlHexadecimal
嬟
Url
%E5%AC%9F

Code

MD5
e0353e93a1d591e8ee63da91e7dad60c
Sha1
91f819133a27437edac9a2d84da8c92e56581aab
Base64
5ayf

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5B1F';
console.log(char);  // Output: 嬟

Java:

char c = '\u5B1F';
System.out.println(c);  // Output: 嬟

JSON:

{"text": "\u5B1F"}  // Value: 嬟

Python:

char = '\u5B1F'
print(char)  # Output: 嬟

Perl:

my $char = "\x{5B1F}";
print $char;  # Output: 嬟

PHP:

$char = "\x{5B1F}";
echo $char;  // Output: 嬟

Ruby:

char = "\u{5B1F}"
puts char  # Output: 嬟

Rust:

let c = '\u{5B1F}';
println!("{}", c);  // Output: 嬟

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005B1F";  /* Display: 嬟 */
}

HTML Decimal:

<p>HTML decimal: &#23327;</p>  <!-- Display: 嬟 -->

HTML Hexadecimal:

<p>HTML hex: &#x5B1F;</p>  <!-- Display: 嬟 -->

URL Encoding:

// 嬟 URL encoding
https://unicodefinder.com/search.php?query=%E5%AC%9F

Encodings

MD5:

e0353e93a1d591e8ee63da91e7dad60c

SHA1:

91f819133a27437edac9a2d84da8c92e56581aab

Base64:

5ayf