C:
char c = '\u72F9';
printf("%c\n", c); // Output: 狹
JavaScript:
const char = '\u72F9';
console.log(char); // Output: 狹
Java:
char c = '\u72F9';
System.out.println(c); // Output: 狹
JSON:
{"text": "\u72F9"} // Value: 狹
Python:
char = '\u72F9'
print(char) # Output: 狹
Perl:
my $char = "\x{72F9}";
print $char; # Output: 狹
PHP:
$char = "\x{72F9}";
echo $char; // Output: 狹
Ruby:
char = "\u{72F9}"
puts char # Output: 狹
Rust:
let c = '\u{72F9}';
println!("{}", c); // Output: 狹
Go:
char := '\u72F9'
fmt.Printf("%c\n", char) // Output: 狹
CSS:
/* CSS content property */
.element::before {
content: "\0072F9"; /* 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%8B%B9
MD5:
c849bf842fe7040344018b7c10b9bc2a
SHA1:
d6bc71d68931d8ffee037ed4b5a1ed88814c989b
Base64:
54u5