C:
char c = '\u71A5';
printf("%c\n", c); // Output: 熥
JavaScript:
const char = '\u71A5';
console.log(char); // Output: 熥
Java:
char c = '\u71A5';
System.out.println(c); // Output: 熥
JSON:
{"text": "\u71A5"} // Value: 熥
Python:
char = '\u71A5'
print(char) # Output: 熥
Perl:
my $char = "\x{71A5}";
print $char; # Output: 熥
PHP:
$char = "\x{71A5}";
echo $char; // Output: 熥
Ruby:
char = "\u{71A5}"
puts char # Output: 熥
Rust:
let c = '\u{71A5}';
println!("{}", c); // Output: 熥
Go:
char := '\u71A5'
fmt.Printf("%c\n", char) // Output: 熥
CSS:
/* CSS content property */
.element::before {
content: "\0071A5"; /* 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%86%A5
MD5:
903a3cc9ed2e531526c40bbf5b557ee8
SHA1:
dea706352241624cca10e54dabe24e476a55c31c
Base64:
54al