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