C:
char c = '\uC6A5';
printf("%c\n", c); // Output: 욥
JavaScript:
const char = '\uC6A5';
console.log(char); // Output: 욥
Java:
char c = '\uC6A5';
System.out.println(c); // Output: 욥
JSON:
{"text": "\uC6A5"} // Value: 욥
Python:
char = '\uC6A5'
print(char) # Output: 욥
Perl:
my $char = "\x{C6A5}";
print $char; # Output: 욥
PHP:
$char = "\x{C6A5}";
echo $char; // Output: 욥
Ruby:
char = "\u{C6A5}"
puts char # Output: 욥
Rust:
let c = '\u{C6A5}';
println!("{}", c); // Output: 욥
Go:
char := '\uC6A5'
fmt.Printf("%c\n", char) // Output: 욥
CSS:
/* CSS content property */
.element::before {
content: "\00C6A5"; /* 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%A5
MD5:
11d4095ca4f8726aa6a5ca9a98fce285
SHA1:
379bded883bc94ef95771e38e13aa1a821a05e01
Base64:
7Jql