Unicode Finder

"側" U+5074(CJK UNIFIED IDEOGRAPH-5074)

U+5074
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-5074

Programming

C
\u5074
JavaScript
\u5074
Java
\u5074
Json
\u5074
Python
\u5074
Perl
\x{5074}
PHP
\x{5074}
Ruby
\u{5074}
Rust
\u{5074}
Go
\u5074

Web

CSS
\005074
HtmlDecimal
側
HtmlHexadecimal
側
Url
%E5%81%B4

Code

MD5
bd9ed5239c24e38fa726fced522c87a6
Sha1
d9bf8247a0c94aa82c1985c6a73251b313829e89
Base64
5YG0

使用例

Programming Languages

C:

char c = '\u5074';
printf("%c\n", c);  // Output: 側

JavaScript:

const char = '\u5074';
console.log(char);  // Output: 側

Java:

char c = '\u5074';
System.out.println(c);  // Output: 側

JSON:

{"text": "\u5074"}  // Value: 側

Python:

char = '\u5074'
print(char)  # Output: 側

Perl:

my $char = "\x{5074}";
print $char;  # Output: 側

PHP:

$char = "\x{5074}";
echo $char;  // Output: 側

Ruby:

char = "\u{5074}"
puts char  # Output: 側

Rust:

let c = '\u{5074}';
println!("{}", c);  // Output: 側

Go:

char := '\u5074'
fmt.Printf("%c\n", char)  // Output: 側

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005074";  /* Display: 側 */
}

HTML Decimal:

<p>HTML decimal: &#20596;</p>  <!-- Display: 側 -->

HTML Hexadecimal:

<p>HTML hex: &#x5074;</p>  <!-- Display: 側 -->

URL Encoding:

// 側 URL encoding
https://unicodefinder.com/search.php?query=%E5%81%B4

Encodings

MD5:

bd9ed5239c24e38fa726fced522c87a6

SHA1:

d9bf8247a0c94aa82c1985c6a73251b313829e89

Base64:

5YG0