Unicode Finder

"瓵" U+74F5(CJK UNIFIED IDEOGRAPH-74F5)

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

Programming

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

Web

CSS
\0074F5
HtmlDecimal
瓵
HtmlHexadecimal
瓵
Url
%E7%93%B5

Code

MD5
a02bbd81440d0b6ef5977d00f4887963
Sha1
31b4aaaba6655abc49d38d208cd22e951bd2ca87
Base64
55O1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u74F5';
console.log(char);  // Output: 瓵

Java:

char c = '\u74F5';
System.out.println(c);  // Output: 瓵

JSON:

{"text": "\u74F5"}  // Value: 瓵

Python:

char = '\u74F5'
print(char)  # Output: 瓵

Perl:

my $char = "\x{74F5}";
print $char;  # Output: 瓵

PHP:

$char = "\x{74F5}";
echo $char;  // Output: 瓵

Ruby:

char = "\u{74F5}"
puts char  # Output: 瓵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#29941;</p>  <!-- Display: 瓵 -->

HTML Hexadecimal:

<p>HTML hex: &#x74F5;</p>  <!-- Display: 瓵 -->

URL Encoding:

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

Encodings

MD5:

a02bbd81440d0b6ef5977d00f4887963

SHA1:

31b4aaaba6655abc49d38d208cd22e951bd2ca87

Base64:

55O1