Unicode Finder

"慏" U+614F(CJK UNIFIED IDEOGRAPH-614F)

U+614F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-614F

Programming

C
\u614F
JavaScript
\u614F
Java
\u614F
Json
\u614F
Python
\u614F
Perl
\x{614F}
PHP
\x{614F}
Ruby
\u{614F}
Rust
\u{614F}
Go
\u614F

Web

CSS
\00614F
HtmlDecimal
慏
HtmlHexadecimal
慏
Url
%E6%85%8F

Code

MD5
d6b9beeb826021eacf16a7b06f522787
Sha1
8bbf494dd94e9c279a6efaed1f129f5322955c08
Base64
5oWP

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u614F';
console.log(char);  // Output: 慏

Java:

char c = '\u614F';
System.out.println(c);  // Output: 慏

JSON:

{"text": "\u614F"}  // Value: 慏

Python:

char = '\u614F'
print(char)  # Output: 慏

Perl:

my $char = "\x{614F}";
print $char;  # Output: 慏

PHP:

$char = "\x{614F}";
echo $char;  // Output: 慏

Ruby:

char = "\u{614F}"
puts char  # Output: 慏

Rust:

let c = '\u{614F}';
println!("{}", c);  // Output: 慏

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00614F";  /* Display: 慏 */
}

HTML Decimal:

<p>HTML decimal: &#24911;</p>  <!-- Display: 慏 -->

HTML Hexadecimal:

<p>HTML hex: &#x614F;</p>  <!-- Display: 慏 -->

URL Encoding:

// 慏 URL encoding
https://unicodefinder.com/search.php?query=%E6%85%8F

Encodings

MD5:

d6b9beeb826021eacf16a7b06f522787

SHA1:

8bbf494dd94e9c279a6efaed1f129f5322955c08

Base64:

5oWP