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: 瓵
CSS:
/* CSS content property */
.element::before {
content: "\0074F5"; /* Display: 瓵 */
}
HTML Decimal:
<p>HTML decimal: 瓵</p> <!-- Display: 瓵 -->
HTML Hexadecimal:
<p>HTML hex: 瓵</p> <!-- Display: 瓵 -->
URL Encoding:
// 瓵 URL encoding
https://unicodefinder.com/search.php?query=%E7%93%B5
MD5:
a02bbd81440d0b6ef5977d00f4887963
SHA1:
31b4aaaba6655abc49d38d208cd22e951bd2ca87
Base64:
55O1