C:
char c = '\u577A';
printf("%c\n", c); // Output: 坺
JavaScript:
const char = '\u577A';
console.log(char); // Output: 坺
Java:
char c = '\u577A';
System.out.println(c); // Output: 坺
JSON:
{"text": "\u577A"} // Value: 坺
Python:
char = '\u577A'
print(char) # Output: 坺
Perl:
my $char = "\x{577A}";
print $char; # Output: 坺
PHP:
$char = "\x{577A}";
echo $char; // Output: 坺
Ruby:
char = "\u{577A}"
puts char # Output: 坺
Rust:
let c = '\u{577A}';
println!("{}", c); // Output: 坺
Go:
char := '\u577A'
fmt.Printf("%c\n", char) // Output: 坺
CSS:
/* CSS content property */
.element::before {
content: "\00577A"; /* 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%BA
MD5:
973f791fe692190ef6153a63b6ccf394
SHA1:
4f48656b8be1152e23e1fe035838c0d773dc7ac1
Base64:
5Z26