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