C:
char c = '\u577F';
printf("%c\n", c); // Output: 坿
JavaScript:
const char = '\u577F';
console.log(char); // Output: 坿
Java:
char c = '\u577F';
System.out.println(c); // Output: 坿
JSON:
{"text": "\u577F"} // Value: 坿
Python:
char = '\u577F'
print(char) # Output: 坿
Perl:
my $char = "\x{577F}";
print $char; # Output: 坿
PHP:
$char = "\x{577F}";
echo $char; // Output: 坿
Ruby:
char = "\u{577F}"
puts char # Output: 坿
Rust:
let c = '\u{577F}';
println!("{}", c); // Output: 坿
Go:
char := '\u577F'
fmt.Printf("%c\n", char) // Output: 坿
CSS:
/* CSS content property */
.element::before {
content: "\00577F"; /* 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%BF
MD5:
017ebd480e041e0d463053deef1f1fbd
SHA1:
69801aafc311a6046f958cd4fa755912071b381e
Base64:
5Z2/