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