C:
char c = '\u7221';
printf("%c\n", c); // Output: 爡
JavaScript:
const char = '\u7221';
console.log(char); // Output: 爡
Java:
char c = '\u7221';
System.out.println(c); // Output: 爡
JSON:
{"text": "\u7221"} // Value: 爡
Python:
char = '\u7221'
print(char) # Output: 爡
Perl:
my $char = "\x{7221}";
print $char; # Output: 爡
PHP:
$char = "\x{7221}";
echo $char; // Output: 爡
Ruby:
char = "\u{7221}"
puts char # Output: 爡
Rust:
let c = '\u{7221}';
println!("{}", c); // Output: 爡
Go:
char := '\u7221'
fmt.Printf("%c\n", char) // Output: 爡
CSS:
/* CSS content property */
.element::before {
content: "\007221"; /* 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%A1
MD5:
b13e37681608fb177913d026d8faad64
SHA1:
2118133c08d5942d06c765aa80fee034e1690dea
Base64:
54ih