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