C:
char c = '\uD688';
printf("%c\n", c); // Output: 횈
JavaScript:
const char = '\uD688';
console.log(char); // Output: 횈
Java:
char c = '\uD688';
System.out.println(c); // Output: 횈
JSON:
{"text": "\uD688"} // Value: 횈
Python:
char = '\uD688'
print(char) # Output: 횈
Perl:
my $char = "\x{D688}";
print $char; # Output: 횈
PHP:
$char = "\x{D688}";
echo $char; // Output: 횈
Ruby:
char = "\u{D688}"
puts char # Output: 횈
Rust:
let c = '\u{D688}';
println!("{}", c); // Output: 횈
Go:
char := '\uD688'
fmt.Printf("%c\n", char) // Output: 횈
CSS:
/* CSS content property */
.element::before {
content: "\00D688"; /* 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%9A%88
MD5:
ae0a0472de35d13450d6ae13d4dc6f54
SHA1:
16f6d228b06476752493228376fb66b8c6e3f459
Base64:
7ZqI