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