C:
char c = '\u78FA';
printf("%c\n", c); // Output: 磺
JavaScript:
const char = '\u78FA';
console.log(char); // Output: 磺
Java:
char c = '\u78FA';
System.out.println(c); // Output: 磺
JSON:
{"text": "\u78FA"} // Value: 磺
Python:
char = '\u78FA'
print(char) # Output: 磺
Perl:
my $char = "\x{78FA}";
print $char; # Output: 磺
PHP:
$char = "\x{78FA}";
echo $char; // Output: 磺
Ruby:
char = "\u{78FA}"
puts char # Output: 磺
Rust:
let c = '\u{78FA}';
println!("{}", c); // Output: 磺
Go:
char := '\u78FA'
fmt.Printf("%c\n", char) // Output: 磺
CSS:
/* CSS content property */
.element::before {
content: "\0078FA"; /* 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%A3%BA
MD5:
bb2ab29a56575981ad6886fe4151a8d1
SHA1:
ae60d835f596cc11b1da0fa677a8f3712f22b640
Base64:
56O6