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