C:
char c = '\uD435';
printf("%c\n", c); // Output: 퐵
JavaScript:
const char = '\uD435';
console.log(char); // Output: 퐵
Java:
char c = '\uD435';
System.out.println(c); // Output: 퐵
JSON:
{"text": "\uD435"} // Value: 퐵
Python:
char = '\uD435'
print(char) # Output: 퐵
Perl:
my $char = "\x{D435}";
print $char; # Output: 퐵
PHP:
$char = "\x{D435}";
echo $char; // Output: 퐵
Ruby:
char = "\u{D435}"
puts char # Output: 퐵
Rust:
let c = '\u{D435}';
println!("{}", c); // Output: 퐵
Go:
char := '\uD435'
fmt.Printf("%c\n", char) // Output: 퐵
CSS:
/* CSS content property */
.element::before {
content: "\00D435"; /* 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=%ED%90%B5
MD5:
eb96355c7ba7e62ebdcb744217c4ab66
SHA1:
d2d905442f0830cc840bc6f511ccd9e37d8deec1
Base64:
7ZC1