Unicode Finder

"珴" U+73F4(CJK UNIFIED IDEOGRAPH-73F4)

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

Programming

C
\u73F4
JavaScript
\u73F4
Java
\u73F4
Json
\u73F4
Python
\u73F4
Perl
\x{73F4}
PHP
\x{73F4}
Ruby
\u{73F4}
Rust
\u{73F4}
Go
\u73F4

Web

CSS
\0073F4
HtmlDecimal
珴
HtmlHexadecimal
珴
Url
%E7%8F%B4

Code

MD5
be084593906fa4cf821601229617f2f1
Sha1
e3e47e538923172f9151cfbd63d7fc69271d203b
Base64
54+0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u73F4';
console.log(char);  // Output: 珴

Java:

char c = '\u73F4';
System.out.println(c);  // Output: 珴

JSON:

{"text": "\u73F4"}  // Value: 珴

Python:

char = '\u73F4'
print(char)  # Output: 珴

Perl:

my $char = "\x{73F4}";
print $char;  # Output: 珴

PHP:

$char = "\x{73F4}";
echo $char;  // Output: 珴

Ruby:

char = "\u{73F4}"
puts char  # Output: 珴

Rust:

let c = '\u{73F4}';
println!("{}", c);  // Output: 珴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0073F4";  /* Display: 珴 */
}

HTML Decimal:

<p>HTML decimal: &#29684;</p>  <!-- Display: 珴 -->

HTML Hexadecimal:

<p>HTML hex: &#x73F4;</p>  <!-- Display: 珴 -->

URL Encoding:

// 珴 URL encoding
https://unicodefinder.com/search.php?query=%E7%8F%B4

Encodings

MD5:

be084593906fa4cf821601229617f2f1

SHA1:

e3e47e538923172f9151cfbd63d7fc69271d203b

Base64:

54+0