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