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