Unicode Finder

"錛" U+931B(CJK UNIFIED IDEOGRAPH-931B)

U+931B
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-931B

Programming

C
\u931B
JavaScript
\u931B
Java
\u931B
Json
\u931B
Python
\u931B
Perl
\x{931B}
PHP
\x{931B}
Ruby
\u{931B}
Rust
\u{931B}
Go
\u931B

Web

CSS
\00931B
HtmlDecimal
錛
HtmlHexadecimal
錛
Url
%E9%8C%9B

Code

MD5
c9f8853f437332ebd1b8f3e6ac400ddf
Sha1
51e502e7fe9d5c1d097b4676991807ef895869b4
Base64
6Yyb

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u931B';
console.log(char);  // Output: 錛

Java:

char c = '\u931B';
System.out.println(c);  // Output: 錛

JSON:

{"text": "\u931B"}  // Value: 錛

Python:

char = '\u931B'
print(char)  # Output: 錛

Perl:

my $char = "\x{931B}";
print $char;  # Output: 錛

PHP:

$char = "\x{931B}";
echo $char;  // Output: 錛

Ruby:

char = "\u{931B}"
puts char  # Output: 錛

Rust:

let c = '\u{931B}';
println!("{}", c);  // Output: 錛

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00931B";  /* Display: 錛 */
}

HTML Decimal:

<p>HTML decimal: &#37659;</p>  <!-- Display: 錛 -->

HTML Hexadecimal:

<p>HTML hex: &#x931B;</p>  <!-- Display: 錛 -->

URL Encoding:

// 錛 URL encoding
https://unicodefinder.com/search.php?query=%E9%8C%9B

Encodings

MD5:

c9f8853f437332ebd1b8f3e6ac400ddf

SHA1:

51e502e7fe9d5c1d097b4676991807ef895869b4

Base64:

6Yyb