C:
char c = '\u7134';
printf("%c\n", c); // Output: 焴
JavaScript:
const char = '\u7134';
console.log(char); // Output: 焴
Java:
char c = '\u7134';
System.out.println(c); // Output: 焴
JSON:
{"text": "\u7134"} // Value: 焴
Python:
char = '\u7134'
print(char) # Output: 焴
Perl:
my $char = "\x{7134}";
print $char; # Output: 焴
PHP:
$char = "\x{7134}";
echo $char; // Output: 焴
Ruby:
char = "\u{7134}"
puts char # Output: 焴
Rust:
let c = '\u{7134}';
println!("{}", c); // Output: 焴
Go:
char := '\u7134'
fmt.Printf("%c\n", char) // Output: 焴
CSS:
/* CSS content property */
.element::before {
content: "\007134"; /* 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%84%B4
MD5:
4faf55dc19881eda22b15d64e69428d1
SHA1:
12bb38680373b9fc71a686ae1fa1fa4286f43427
Base64:
54S0