C:
char c = '\u8FB5';
printf("%c\n", c); // Output: 辵
JavaScript:
const char = '\u8FB5';
console.log(char); // Output: 辵
Java:
char c = '\u8FB5';
System.out.println(c); // Output: 辵
JSON:
{"text": "\u8FB5"} // Value: 辵
Python:
char = '\u8FB5'
print(char) # Output: 辵
Perl:
my $char = "\x{8FB5}";
print $char; # Output: 辵
PHP:
$char = "\x{8FB5}";
echo $char; // Output: 辵
Ruby:
char = "\u{8FB5}"
puts char # Output: 辵
Rust:
let c = '\u{8FB5}';
println!("{}", c); // Output: 辵
Go:
char := '\u8FB5'
fmt.Printf("%c\n", char) // Output: 辵
CSS:
/* CSS content property */
.element::before {
content: "\008FB5"; /* 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=%E8%BE%B5
MD5:
3c7f1b644d810d4fd1ce4f6cc20a424a
SHA1:
a7b90ef81be5abd501bb4cb04d7263bc2636f467
Base64:
6L61