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