Unicode Finder

"瓄" U+74C4(CJK UNIFIED IDEOGRAPH-74C4)

U+74C4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-74C4

Programming

C
\u74C4
JavaScript
\u74C4
Java
\u74C4
Json
\u74C4
Python
\u74C4
Perl
\x{74C4}
PHP
\x{74C4}
Ruby
\u{74C4}
Rust
\u{74C4}
Go
\u74C4

Web

CSS
\0074C4
HtmlDecimal
瓄
HtmlHexadecimal
瓄
Url
%E7%93%84

Code

MD5
8f9792beb7f40be07bb99349c49feb14
Sha1
b3cd1da29e57213e0b8cd84b2afd21de3b0e9d4f
Base64
55OE

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u74C4';
console.log(char);  // Output: 瓄

Java:

char c = '\u74C4';
System.out.println(c);  // Output: 瓄

JSON:

{"text": "\u74C4"}  // Value: 瓄

Python:

char = '\u74C4'
print(char)  # Output: 瓄

Perl:

my $char = "\x{74C4}";
print $char;  # Output: 瓄

PHP:

$char = "\x{74C4}";
echo $char;  // Output: 瓄

Ruby:

char = "\u{74C4}"
puts char  # Output: 瓄

Rust:

let c = '\u{74C4}';
println!("{}", c);  // Output: 瓄

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0074C4";  /* Display: 瓄 */
}

HTML Decimal:

<p>HTML decimal: &#29892;</p>  <!-- Display: 瓄 -->

HTML Hexadecimal:

<p>HTML hex: &#x74C4;</p>  <!-- Display: 瓄 -->

URL Encoding:

// 瓄 URL encoding
https://unicodefinder.com/search.php?query=%E7%93%84

Encodings

MD5:

8f9792beb7f40be07bb99349c49feb14

SHA1:

b3cd1da29e57213e0b8cd84b2afd21de3b0e9d4f

Base64:

55OE