C:
char c = '\u74BA';
printf("%c\n", c); // Output: 璺
JavaScript:
const char = '\u74BA';
console.log(char); // Output: 璺
Java:
char c = '\u74BA';
System.out.println(c); // Output: 璺
JSON:
{"text": "\u74BA"} // Value: 璺
Python:
char = '\u74BA'
print(char) # Output: 璺
Perl:
my $char = "\x{74BA}";
print $char; # Output: 璺
PHP:
$char = "\x{74BA}";
echo $char; // Output: 璺
Ruby:
char = "\u{74BA}"
puts char # Output: 璺
Rust:
let c = '\u{74BA}';
println!("{}", c); // Output: 璺
Go:
char := '\u74BA'
fmt.Printf("%c\n", char) // Output: 璺
CSS:
/* CSS content property */
.element::before {
content: "\0074BA"; /* 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%92%BA
MD5:
33f437707353fed7856da1a4b43b8e06
SHA1:
d33ad4e8c08765b0c33d3ba55f9b922c94c77d70
Base64:
55K6