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