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