C:
char c = '\uC9F8';
printf("%c\n", c); // Output: 째
JavaScript:
const char = '\uC9F8';
console.log(char); // Output: 째
Java:
char c = '\uC9F8';
System.out.println(c); // Output: 째
JSON:
{"text": "\uC9F8"} // Value: 째
Python:
char = '\uC9F8'
print(char) # Output: 째
Perl:
my $char = "\x{C9F8}";
print $char; # Output: 째
PHP:
$char = "\x{C9F8}";
echo $char; // Output: 째
Ruby:
char = "\u{C9F8}"
puts char # Output: 째
Rust:
let c = '\u{C9F8}';
println!("{}", c); // Output: 째
Go:
char := '\uC9F8'
fmt.Printf("%c\n", char) // Output: 째
CSS:
/* CSS content property */
.element::before {
content: "\00C9F8"; /* 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%A7%B8
MD5:
389c7ce4c3c8187d2d2623d60058aa68
SHA1:
770d4780a784a741c78d617cdade45a438de28da
Base64:
7Ke4