Unicode Finder

"墶" U+58B6(CJK UNIFIED IDEOGRAPH-58B6)

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

Programming

C
\u58B6
JavaScript
\u58B6
Java
\u58B6
Json
\u58B6
Python
\u58B6
Perl
\x{58B6}
PHP
\x{58B6}
Ruby
\u{58B6}
Rust
\u{58B6}
Go
\u58B6

Web

CSS
\0058B6
HtmlDecimal
墶
HtmlHexadecimal
墶
Url
%E5%A2%B6

Code

MD5
8b2dd04d8a42552d8d379f1767cf67d5
Sha1
ad4d911d67c8c999f5c6b22e9081ecdc1817d9af
Base64
5aK2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u58B6';
console.log(char);  // Output: 墶

Java:

char c = '\u58B6';
System.out.println(c);  // Output: 墶

JSON:

{"text": "\u58B6"}  // Value: 墶

Python:

char = '\u58B6'
print(char)  # Output: 墶

Perl:

my $char = "\x{58B6}";
print $char;  # Output: 墶

PHP:

$char = "\x{58B6}";
echo $char;  // Output: 墶

Ruby:

char = "\u{58B6}"
puts char  # Output: 墶

Rust:

let c = '\u{58B6}';
println!("{}", c);  // Output: 墶

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0058B6";  /* Display: 墶 */
}

HTML Decimal:

<p>HTML decimal: &#22710;</p>  <!-- Display: 墶 -->

HTML Hexadecimal:

<p>HTML hex: &#x58B6;</p>  <!-- Display: 墶 -->

URL Encoding:

// 墶 URL encoding
https://unicodefinder.com/search.php?query=%E5%A2%B6

Encodings

MD5:

8b2dd04d8a42552d8d379f1767cf67d5

SHA1:

ad4d911d67c8c999f5c6b22e9081ecdc1817d9af

Base64:

5aK2