Unicode Finder

"憻" U+61BB(CJK UNIFIED IDEOGRAPH-61BB)

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

Programming

C
\u61BB
JavaScript
\u61BB
Java
\u61BB
Json
\u61BB
Python
\u61BB
Perl
\x{61BB}
PHP
\x{61BB}
Ruby
\u{61BB}
Rust
\u{61BB}
Go
\u61BB

Web

CSS
\0061BB
HtmlDecimal
憻
HtmlHexadecimal
憻
Url
%E6%86%BB

Code

MD5
26a5e060e7735e4b964f00697f331c65
Sha1
3085f109e98163e8b0189a1e88cc18f55dd855ba
Base64
5oa7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u61BB';
console.log(char);  // Output: 憻

Java:

char c = '\u61BB';
System.out.println(c);  // Output: 憻

JSON:

{"text": "\u61BB"}  // Value: 憻

Python:

char = '\u61BB'
print(char)  # Output: 憻

Perl:

my $char = "\x{61BB}";
print $char;  # Output: 憻

PHP:

$char = "\x{61BB}";
echo $char;  // Output: 憻

Ruby:

char = "\u{61BB}"
puts char  # Output: 憻

Rust:

let c = '\u{61BB}';
println!("{}", c);  // Output: 憻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0061BB";  /* Display: 憻 */
}

HTML Decimal:

<p>HTML decimal: &#25019;</p>  <!-- Display: 憻 -->

HTML Hexadecimal:

<p>HTML hex: &#x61BB;</p>  <!-- Display: 憻 -->

URL Encoding:

// 憻 URL encoding
https://unicodefinder.com/search.php?query=%E6%86%BB

Encodings

MD5:

26a5e060e7735e4b964f00697f331c65

SHA1:

3085f109e98163e8b0189a1e88cc18f55dd855ba

Base64:

5oa7