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