C:
char c = '\u7137';
printf("%c\n", c); // Output: 焷
JavaScript:
const char = '\u7137';
console.log(char); // Output: 焷
Java:
char c = '\u7137';
System.out.println(c); // Output: 焷
JSON:
{"text": "\u7137"} // Value: 焷
Python:
char = '\u7137'
print(char) # Output: 焷
Perl:
my $char = "\x{7137}";
print $char; # Output: 焷
PHP:
$char = "\x{7137}";
echo $char; // Output: 焷
Ruby:
char = "\u{7137}"
puts char # Output: 焷
Rust:
let c = '\u{7137}';
println!("{}", c); // Output: 焷
Go:
char := '\u7137'
fmt.Printf("%c\n", char) // Output: 焷
CSS:
/* CSS content property */
.element::before {
content: "\007137"; /* 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%B7
MD5:
ca9bdb4e1f9fa3b39c938e22bc71b2b4
SHA1:
c7844dc3754b628aae0dcad30b47b16018f3d405
Base64:
54S3