C:
char c = '\uD238';
printf("%c\n", c); // Output: 툸
JavaScript:
const char = '\uD238';
console.log(char); // Output: 툸
Java:
char c = '\uD238';
System.out.println(c); // Output: 툸
JSON:
{"text": "\uD238"} // Value: 툸
Python:
char = '\uD238'
print(char) # Output: 툸
Perl:
my $char = "\x{D238}";
print $char; # Output: 툸
PHP:
$char = "\x{D238}";
echo $char; // Output: 툸
Ruby:
char = "\u{D238}"
puts char # Output: 툸
Rust:
let c = '\u{D238}';
println!("{}", c); // Output: 툸
Go:
char := '\uD238'
fmt.Printf("%c\n", char) // Output: 툸
CSS:
/* CSS content property */
.element::before {
content: "\00D238"; /* 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=%ED%88%B8
MD5:
1aa942fb99af46a0c9073fc133dce15c
SHA1:
fe04005b3e3669d67c9bf6a4d8e2ae9c5cd13531
Base64:
7Yi4