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