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