C:
char c = '\u5775';
printf("%c\n", c); // Output: 坵
JavaScript:
const char = '\u5775';
console.log(char); // Output: 坵
Java:
char c = '\u5775';
System.out.println(c); // Output: 坵
JSON:
{"text": "\u5775"} // Value: 坵
Python:
char = '\u5775'
print(char) # Output: 坵
Perl:
my $char = "\x{5775}";
print $char; # Output: 坵
PHP:
$char = "\x{5775}";
echo $char; // Output: 坵
Ruby:
char = "\u{5775}"
puts char # Output: 坵
Rust:
let c = '\u{5775}';
println!("{}", c); // Output: 坵
Go:
char := '\u5775'
fmt.Printf("%c\n", char) // Output: 坵
CSS:
/* CSS content property */
.element::before {
content: "\005775"; /* 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=%E5%9D%B5
MD5:
fdb3f8509372572bd3094176822e4ff4
SHA1:
c80b3a0a84b4b8262f9c55b2a7ab555069d64edf
Base64:
5Z21