C:
char c = '\u576A';
printf("%c\n", c); // Output: 坪
JavaScript:
const char = '\u576A';
console.log(char); // Output: 坪
Java:
char c = '\u576A';
System.out.println(c); // Output: 坪
JSON:
{"text": "\u576A"} // Value: 坪
Python:
char = '\u576A'
print(char) # Output: 坪
Perl:
my $char = "\x{576A}";
print $char; # Output: 坪
PHP:
$char = "\x{576A}";
echo $char; // Output: 坪
Ruby:
char = "\u{576A}"
puts char # Output: 坪
Rust:
let c = '\u{576A}';
println!("{}", c); // Output: 坪
Go:
char := '\u576A'
fmt.Printf("%c\n", char) // Output: 坪
CSS:
/* CSS content property */
.element::before {
content: "\00576A"; /* 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%AA
MD5:
fe3b4f50121c4fd8d88d2651189a1dc6
SHA1:
c7db7ec57efd81a7681b17c8ec32299f667b87fd
Base64:
5Z2q