Unicode Finder

"崹" U+5D39(CJK UNIFIED IDEOGRAPH-5D39)

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

Programming

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

Web

CSS
\005D39
HtmlDecimal
崹
HtmlHexadecimal
崹
Url
%E5%B4%B9

Code

MD5
89755c57f5e6ec3226b61d0d57b8519b
Sha1
4d150801f1927a67c59798d9f976bf1b1143ea9d
Base64
5bS5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5D39';
console.log(char);  // Output: 崹

Java:

char c = '\u5D39';
System.out.println(c);  // Output: 崹

JSON:

{"text": "\u5D39"}  // Value: 崹

Python:

char = '\u5D39'
print(char)  # Output: 崹

Perl:

my $char = "\x{5D39}";
print $char;  # Output: 崹

PHP:

$char = "\x{5D39}";
echo $char;  // Output: 崹

Ruby:

char = "\u{5D39}"
puts char  # Output: 崹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23865;</p>  <!-- Display: 崹 -->

HTML Hexadecimal:

<p>HTML hex: &#x5D39;</p>  <!-- Display: 崹 -->

URL Encoding:

// 崹 URL encoding
https://unicodefinder.com/search.php?query=%E5%B4%B9

Encodings

MD5:

89755c57f5e6ec3226b61d0d57b8519b

SHA1:

4d150801f1927a67c59798d9f976bf1b1143ea9d

Base64:

5bS5