C:
char c = '\u793A';
printf("%c\n", c); // Output: 示
JavaScript:
const char = '\u793A';
console.log(char); // Output: 示
Java:
char c = '\u793A';
System.out.println(c); // Output: 示
JSON:
{"text": "\u793A"} // Value: 示
Python:
char = '\u793A'
print(char) # Output: 示
Perl:
my $char = "\x{793A}";
print $char; # Output: 示
PHP:
$char = "\x{793A}";
echo $char; // Output: 示
Ruby:
char = "\u{793A}"
puts char # Output: 示
Rust:
let c = '\u{793A}';
println!("{}", c); // Output: 示
Go:
char := '\u793A'
fmt.Printf("%c\n", char) // Output: 示
CSS:
/* CSS content property */
.element::before {
content: "\00793A"; /* 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%BA
MD5:
66d98677087256814e6886569c1fb814
SHA1:
02f255d03f001deccd3d18a756bbce704556d799
Base64:
56S6