C:
char c = '\u83F8';
printf("%c\n", c); // Output: 菸
JavaScript:
const char = '\u83F8';
console.log(char); // Output: 菸
Java:
char c = '\u83F8';
System.out.println(c); // Output: 菸
JSON:
{"text": "\u83F8"} // Value: 菸
Python:
char = '\u83F8'
print(char) # Output: 菸
Perl:
my $char = "\x{83F8}";
print $char; # Output: 菸
PHP:
$char = "\x{83F8}";
echo $char; // Output: 菸
Ruby:
char = "\u{83F8}"
puts char # Output: 菸
Rust:
let c = '\u{83F8}';
println!("{}", c); // Output: 菸
Go:
char := '\u83F8'
fmt.Printf("%c\n", char) // Output: 菸
CSS:
/* CSS content property */
.element::before {
content: "\0083F8"; /* 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=%E8%8F%B8
MD5:
8cd1858c9341d6b7fe05e921930566b6
SHA1:
d8f34cf5e4926d3de2f9642222c6a8a9ca700e19
Base64:
6I+4