C:
char c = '\u904B';
printf("%c\n", c); // Output: 運
JavaScript:
const char = '\u904B';
console.log(char); // Output: 運
Java:
char c = '\u904B';
System.out.println(c); // Output: 運
JSON:
{"text": "\u904B"} // Value: 運
Python:
char = '\u904B'
print(char) # Output: 運
Perl:
my $char = "\x{904B}";
print $char; # Output: 運
PHP:
$char = "\x{904B}";
echo $char; // Output: 運
Ruby:
char = "\u{904B}"
puts char # Output: 運
Rust:
let c = '\u{904B}';
println!("{}", c); // Output: 運
Go:
char := '\u904B'
fmt.Printf("%c\n", char) // Output: 運
CSS:
/* CSS content property */
.element::before {
content: "\00904B"; /* 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=%E9%81%8B
MD5:
db5b5f9ffe07ce9fcc5c96e5749d88f6
SHA1:
4b149d7f035c6290cc5a5c0469d29f745e377c54
Base64:
6YGL