C:
char c = '\u720F';
printf("%c\n", c); // Output: 爏
JavaScript:
const char = '\u720F';
console.log(char); // Output: 爏
Java:
char c = '\u720F';
System.out.println(c); // Output: 爏
JSON:
{"text": "\u720F"} // Value: 爏
Python:
char = '\u720F'
print(char) # Output: 爏
Perl:
my $char = "\x{720F}";
print $char; # Output: 爏
PHP:
$char = "\x{720F}";
echo $char; // Output: 爏
Ruby:
char = "\u{720F}"
puts char # Output: 爏
Rust:
let c = '\u{720F}';
println!("{}", c); // Output: 爏
Go:
char := '\u720F'
fmt.Printf("%c\n", char) // Output: 爏
CSS:
/* CSS content property */
.element::before {
content: "\00720F"; /* 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%88%8F
MD5:
5ac88d291b70802dd5029ba7bbe30461
SHA1:
822e10bef57080eb446bd50319776d3cf9d90fc1
Base64:
54iP