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