C:
char c = '\u7AB9';
printf("%c\n", c); // Output: 窹
JavaScript:
const char = '\u7AB9';
console.log(char); // Output: 窹
Java:
char c = '\u7AB9';
System.out.println(c); // Output: 窹
JSON:
{"text": "\u7AB9"} // Value: 窹
Python:
char = '\u7AB9'
print(char) # Output: 窹
Perl:
my $char = "\x{7AB9}";
print $char; # Output: 窹
PHP:
$char = "\x{7AB9}";
echo $char; // Output: 窹
Ruby:
char = "\u{7AB9}"
puts char # Output: 窹
Rust:
let c = '\u{7AB9}';
println!("{}", c); // Output: 窹
Go:
char := '\u7AB9'
fmt.Printf("%c\n", char) // Output: 窹
CSS:
/* CSS content property */
.element::before {
content: "\007AB9"; /* 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%AA%B9
MD5:
1e9b74ba86625820b206e62ee176335b
SHA1:
ea3305bbeb7aa4c08bac7d3b0e0f30343713ede6
Base64:
56q5