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