C:
char c = '\uD686';
printf("%c\n", c); // Output: 횆
JavaScript:
const char = '\uD686';
console.log(char); // Output: 횆
Java:
char c = '\uD686';
System.out.println(c); // Output: 횆
JSON:
{"text": "\uD686"} // Value: 횆
Python:
char = '\uD686'
print(char) # Output: 횆
Perl:
my $char = "\x{D686}";
print $char; # Output: 횆
PHP:
$char = "\x{D686}";
echo $char; // Output: 횆
Ruby:
char = "\u{D686}"
puts char # Output: 횆
Rust:
let c = '\u{D686}';
println!("{}", c); // Output: 횆
Go:
char := '\uD686'
fmt.Printf("%c\n", char) // Output: 횆
CSS:
/* CSS content property */
.element::before {
content: "\00D686"; /* 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%86
MD5:
5fd6848e643612b695cd58f796d37fe2
SHA1:
8d1a99fabcfd0eba80e2c889d259c65fdfe60413
Base64:
7ZqG