C:
char c = '\u7934';
printf("%c\n", c); // Output: 礴
JavaScript:
const char = '\u7934';
console.log(char); // Output: 礴
Java:
char c = '\u7934';
System.out.println(c); // Output: 礴
JSON:
{"text": "\u7934"} // Value: 礴
Python:
char = '\u7934'
print(char) # Output: 礴
Perl:
my $char = "\x{7934}";
print $char; # Output: 礴
PHP:
$char = "\x{7934}";
echo $char; // Output: 礴
Ruby:
char = "\u{7934}"
puts char # Output: 礴
Rust:
let c = '\u{7934}';
println!("{}", c); // Output: 礴
Go:
char := '\u7934'
fmt.Printf("%c\n", char) // Output: 礴
CSS:
/* CSS content property */
.element::before {
content: "\007934"; /* 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%A4%B4
MD5:
8c8ddcf9a9c794cf45db41e2ef48917f
SHA1:
448088eaf09b5443a70a193b235fdc30d21d9aa4
Base64:
56S0