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