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