C:
char c = '\u70BC';
printf("%c\n", c); // Output: 炼
JavaScript:
const char = '\u70BC';
console.log(char); // Output: 炼
Java:
char c = '\u70BC';
System.out.println(c); // Output: 炼
JSON:
{"text": "\u70BC"} // Value: 炼
Python:
char = '\u70BC'
print(char) # Output: 炼
Perl:
my $char = "\x{70BC}";
print $char; # Output: 炼
PHP:
$char = "\x{70BC}";
echo $char; // Output: 炼
Ruby:
char = "\u{70BC}"
puts char # Output: 炼
Rust:
let c = '\u{70BC}';
println!("{}", c); // Output: 炼
Go:
char := '\u70BC'
fmt.Printf("%c\n", char) // Output: 炼
CSS:
/* CSS content property */
.element::before {
content: "\0070BC"; /* 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%82%BC
MD5:
ca8bd5301e8a364383218838bb705783
SHA1:
f14d9ca095b35197983c7b7d4f10e8d9a356c81f
Base64:
54K8