C:
char c = '\uD5BC';
printf("%c\n", c); // Output: 햼
JavaScript:
const char = '\uD5BC';
console.log(char); // Output: 햼
Java:
char c = '\uD5BC';
System.out.println(c); // Output: 햼
JSON:
{"text": "\uD5BC"} // Value: 햼
Python:
char = '\uD5BC'
print(char) # Output: 햼
Perl:
my $char = "\x{D5BC}";
print $char; # Output: 햼
PHP:
$char = "\x{D5BC}";
echo $char; // Output: 햼
Ruby:
char = "\u{D5BC}"
puts char # Output: 햼
Rust:
let c = '\u{D5BC}';
println!("{}", c); // Output: 햼
Go:
char := '\uD5BC'
fmt.Printf("%c\n", char) // Output: 햼
CSS:
/* CSS content property */
.element::before {
content: "\00D5BC"; /* 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%96%BC
MD5:
56a160aeb9397d065d7e2ad826a6565d
SHA1:
ab6c6edf113ad23648a354f2fba633ddcdf88468
Base64:
7Za8