Unicode Finder

"ꚴ" U+A6B4(BAMUM LETTER SUU)

U+A6B4
ブロック名
Bamum
名前
BAMUM LETTER SUU

Programming

C
\uA6B4
JavaScript
\uA6B4
Java
\uA6B4
Json
\uA6B4
Python
\uA6B4
Perl
\x{A6B4}
PHP
\x{A6B4}
Ruby
\u{A6B4}
Rust
\u{A6B4}
Go
\uA6B4

Web

CSS
\00A6B4
HtmlDecimal
ꚴ
HtmlHexadecimal
ꚴ
Url
%EA%9A%B4

Code

MD5
dd7a02264cd2db85d55000116c611ed6
Sha1
fe18fffe673cedb90fb71c7e61fe54e3138d7870
Base64
6pq0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA6B4';
console.log(char);  // Output: ꚴ

Java:

char c = '\uA6B4';
System.out.println(c);  // Output: ꚴ

JSON:

{"text": "\uA6B4"}  // Value: ꚴ

Python:

char = '\uA6B4'
print(char)  # Output: ꚴ

Perl:

my $char = "\x{A6B4}";
print $char;  # Output: ꚴ

PHP:

$char = "\x{A6B4}";
echo $char;  // Output: ꚴ

Ruby:

char = "\u{A6B4}"
puts char  # Output: ꚴ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00A6B4";  /* Display: ꚴ */
}

HTML Decimal:

<p>HTML decimal: &#42676;</p>  <!-- Display: ꚴ -->

HTML Hexadecimal:

<p>HTML hex: &#xA6B4;</p>  <!-- Display: ꚴ -->

URL Encoding:

// ꚴ URL encoding
https://unicodefinder.com/search.php?query=%EA%9A%B4

Encodings

MD5:

dd7a02264cd2db85d55000116c611ed6

SHA1:

fe18fffe673cedb90fb71c7e61fe54e3138d7870

Base64:

6pq0