Unicode Finder

"慴" U+6174(CJK UNIFIED IDEOGRAPH-6174)

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

Programming

C
\u6174
JavaScript
\u6174
Java
\u6174
Json
\u6174
Python
\u6174
Perl
\x{6174}
PHP
\x{6174}
Ruby
\u{6174}
Rust
\u{6174}
Go
\u6174

Web

CSS
\006174
HtmlDecimal
慴
HtmlHexadecimal
慴
Url
%E6%85%B4

Code

MD5
8252c5e03d64268b070b420853425808
Sha1
beed2963caa348bccec552861654f3103c467e09
Base64
5oW0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6174';
console.log(char);  // Output: 慴

Java:

char c = '\u6174';
System.out.println(c);  // Output: 慴

JSON:

{"text": "\u6174"}  // Value: 慴

Python:

char = '\u6174'
print(char)  # Output: 慴

Perl:

my $char = "\x{6174}";
print $char;  # Output: 慴

PHP:

$char = "\x{6174}";
echo $char;  // Output: 慴

Ruby:

char = "\u{6174}"
puts char  # Output: 慴

Rust:

let c = '\u{6174}';
println!("{}", c);  // Output: 慴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006174";  /* Display: 慴 */
}

HTML Decimal:

<p>HTML decimal: &#24948;</p>  <!-- Display: 慴 -->

HTML Hexadecimal:

<p>HTML hex: &#x6174;</p>  <!-- Display: 慴 -->

URL Encoding:

// 慴 URL encoding
https://unicodefinder.com/search.php?query=%E6%85%B4

Encodings

MD5:

8252c5e03d64268b070b420853425808

SHA1:

beed2963caa348bccec552861654f3103c467e09

Base64:

5oW0