C:
char c = '\u7876';
printf("%c\n", c); // Output: 硶
JavaScript:
const char = '\u7876';
console.log(char); // Output: 硶
Java:
char c = '\u7876';
System.out.println(c); // Output: 硶
JSON:
{"text": "\u7876"} // Value: 硶
Python:
char = '\u7876'
print(char) # Output: 硶
Perl:
my $char = "\x{7876}";
print $char; # Output: 硶
PHP:
$char = "\x{7876}";
echo $char; // Output: 硶
Ruby:
char = "\u{7876}"
puts char # Output: 硶
Rust:
let c = '\u{7876}';
println!("{}", c); // Output: 硶
Go:
char := '\u7876'
fmt.Printf("%c\n", char) // Output: 硶
CSS:
/* CSS content property */
.element::before {
content: "\007876"; /* 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%A1%B6
MD5:
f61885efb239c3261d6784d963f69d32
SHA1:
5784526df0c7eec45b89b3095ccde7c0c5e9ab84
Base64:
56G2