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